1 #ifdef __KERNEL__ 2 #ifndef _PPC_SETUP_H 3 #define _PPC_SETUP_H 4 5 #define m68k_num_memory num_memory 6 #define m68k_memory memory 7 8 #include <asm-m68k/setup.h> 9 10 #endif /* _PPC_SETUP_H */ 11 #endif /* __KERNEL__ */ 12
1 #ifdef __KERNEL__ 2 #ifndef _PPC_SETUP_H 3 #define _PPC_SETUP_H 4 5 #define m68k_num_memory num_memory 6 #define m68k_memory memory 7 8 #include <asm-m68k/setup.h> 9 10 #endif /* _PPC_SETUP_H */ 11 #endif /* __KERNEL__ */ 12