setup.h 138 B

12345678
  1. #ifndef _MIPS_SETUP_H
  2. #define _MIPS_SETUP_H
  3. #define COMMAND_LINE_SIZE 256
  4. extern void setup_early_printk(void);
  5. #endif /* __SETUP_H */