home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-powerpc / setup.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  168 b   |  10 lines

  1. #ifndef _ASM_POWERPC_SETUP_H
  2. #define _ASM_POWERPC_SETUP_H
  3.  
  4. #ifdef __KERNEL__
  5.  
  6. #define COMMAND_LINE_SIZE    1024
  7.  
  8. #endif    /* __KERNEL__ */
  9. #endif    /* _ASM_POWERPC_SETUP_H */
  10.