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-sh / setup.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  139 b   |  9 lines

  1. #ifdef __KERNEL__
  2. #ifndef _SH_SETUP_H
  3. #define _SH_SETUP_H
  4.  
  5. #define COMMAND_LINE_SIZE 256
  6.  
  7. #endif /* _SH_SETUP_H */
  8. #endif /* __KERNEL__ */
  9.