Go to the documentation of this file.
23 #ifndef _UAPI_M68K_SETUP_H
24 #define _UAPI_M68K_SETUP_H
37 #define MACH_MVME147 6
38 #define MACH_MVME16x 7
39 #define MACH_BVME6000 8
45 #define COMMAND_LINE_SIZE 256
64 #define CPUB_COLDFIRE 4
66 #define CPU_68020 (1<<CPUB_68020)
67 #define CPU_68030 (1<<CPUB_68030)
68 #define CPU_68040 (1<<CPUB_68040)
69 #define CPU_68060 (1<<CPUB_68060)
70 #define CPU_COLDFIRE (1<<CPUB_COLDFIRE)
77 #define FPUB_COLDFIRE 5
79 #define FPU_68881 (1<<FPUB_68881)
80 #define FPU_68882 (1<<FPUB_68882)
81 #define FPU_68040 (1<<FPUB_68040)
82 #define FPU_68060 (1<<FPUB_68060)
83 #define FPU_SUNFPA (1<<FPUB_SUNFPA)
84 #define FPU_COLDFIRE (1<<FPUB_COLDFIRE)
92 #define MMUB_COLDFIRE 6
94 #define MMU_68851 (1<<MMUB_68851)
95 #define MMU_68030 (1<<MMUB_68030)
96 #define MMU_68040 (1<<MMUB_68040)
97 #define MMU_68060 (1<<MMUB_68060)
98 #define MMU_SUN3 (1<<MMUB_SUN3)
99 #define MMU_APOLLO (1<<MMUB_APOLLO)
100 #define MMU_COLDFIRE (1<<MMUB_COLDFIRE)