Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _MIPS_SETUP_H |
2 | #define _MIPS_SETUP_H | ||||
3 | |||||
4 | #define COMMAND_LINE_SIZE 256 | ||||
5 | |||||
Dmitri Vorobiev | 07cdb78 | 2008-05-29 17:57:08 +0300 | [diff] [blame] | 6 | extern void setup_early_printk(void); |
7 | |||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | #endif /* __SETUP_H */ |