setup.h 172 B

12345678910
  1. #ifdef __KERNEL__
  2. #ifndef _SH_SETUP_H
  3. #define _SH_SETUP_H
  4. #define COMMAND_LINE_SIZE 256
  5. int setup_early_printk(char *);
  6. #endif /* _SH_SETUP_H */
  7. #endif /* __KERNEL__ */