setup.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * BK Id: SCCS/s.setup.h 1.5 05/17/01 18:14:25 cort
  3.  */
  4. #ifdef __KERNEL__
  5. #ifndef _PPC_SETUP_H
  6. #define _PPC_SETUP_H
  7. #define m68k_num_memory num_memory
  8. #define m68k_memory memory
  9. #include <asm-m68k/setup.h>
  10. #endif /* _PPC_SETUP_H */
  11. #endif /* __KERNEL__ */