setup.h 181 B

12345678910
  1. #ifndef _MIPS_SETUP_H
  2. #define _MIPS_SETUP_H
  3. #define COMMAND_LINE_SIZE 256
  4. #ifdef __KERNEL__
  5. extern void setup_early_printk(void);
  6. #endif /* __KERNEL__ */
  7. #endif /* __SETUP_H */