diff options
Diffstat (limited to 'libc/kernel/arch-mips/asm/bootinfo.h')
-rw-r--r-- | libc/kernel/arch-mips/asm/bootinfo.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/libc/kernel/arch-mips/asm/bootinfo.h b/libc/kernel/arch-mips/asm/bootinfo.h index 97368ea86..dd9296dbe 100644 --- a/libc/kernel/arch-mips/asm/bootinfo.h +++ b/libc/kernel/arch-mips/asm/bootinfo.h @@ -21,32 +21,32 @@ #include <linux/types.h> #include <asm/setup.h> /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define MACH_UNKNOWN 0 +#define MACH_UNKNOWN 0 #define MACH_DSUNKNOWN 0 -#define MACH_DS23100 1 -#define MACH_DS5100 2 +#define MACH_DS23100 1 +#define MACH_DS5100 2 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define MACH_DS5000_200 3 -#define MACH_DS5000_1XX 4 -#define MACH_DS5000_XX 5 -#define MACH_DS5000_2X0 6 +#define MACH_DS5000_200 3 +#define MACH_DS5000_1XX 4 +#define MACH_DS5000_XX 5 +#define MACH_DS5000_2X0 6 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define MACH_DS5400 7 -#define MACH_DS5500 8 -#define MACH_DS5800 9 -#define MACH_DS5900 10 +#define MACH_DS5400 7 +#define MACH_DS5500 8 +#define MACH_DS5800 9 +#define MACH_DS5900 10 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define MACH_MSP4200_EVAL 0 -#define MACH_MSP4200_GW 1 -#define MACH_MSP4200_FPGA 2 -#define MACH_MSP7120_EVAL 3 +#define MACH_MSP4200_EVAL 0 +#define MACH_MSP4200_GW 1 +#define MACH_MSP4200_FPGA 2 +#define MACH_MSP7120_EVAL 3 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define MACH_MSP7120_GW 4 -#define MACH_MSP7120_FPGA 5 -#define MACH_MSP_OTHER 255 -#define MACH_MIKROTIK_RB532 0 +#define MACH_MSP7120_GW 4 +#define MACH_MSP7120_FPGA 5 +#define MACH_MSP_OTHER 255 +#define MACH_MIKROTIK_RB532 0 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define MACH_MIKROTIK_RB532A 1 +#define MACH_MIKROTIK_RB532A 1 #define CL_SIZE COMMAND_LINE_SIZE #define BOOT_MEM_MAP_MAX 32 #define BOOT_MEM_RAM 1 |