|
@@ -79,6 +79,8 @@ enum loongson_machine_type {
|
|
|
*/
|
|
*/
|
|
|
#define MACH_INGENIC_JZ4730 0 /* JZ4730 SOC */
|
|
#define MACH_INGENIC_JZ4730 0 /* JZ4730 SOC */
|
|
|
#define MACH_INGENIC_JZ4740 1 /* JZ4740 SOC */
|
|
#define MACH_INGENIC_JZ4740 1 /* JZ4740 SOC */
|
|
|
|
|
+#define MACH_INGENIC_JZ4770 2 /* JZ4770 SOC */
|
|
|
|
|
+#define MACH_INGENIC_JZ4780 3 /* JZ4780 SOC */
|
|
|
|
|
|
|
|
extern char *system_type;
|
|
extern char *system_type;
|
|
|
const char *get_system_type(void);
|
|
const char *get_system_type(void);
|