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 | |
Adrian Bunk | 5f15d37 | 2008-07-16 19:26:15 +0300 | [diff] [blame] | 6 | #ifdef __KERNEL__ |
Dmitri Vorobiev | 07cdb78 | 2008-05-29 17:57:08 +0300 | [diff] [blame] | 7 | extern void setup_early_printk(void); |
Adrian Bunk | 5f15d37 | 2008-07-16 19:26:15 +0300 | [diff] [blame] | 8 | #endif /* __KERNEL__ */ |
Dmitri Vorobiev | 07cdb78 | 2008-05-29 17:57:08 +0300 | [diff] [blame] | 9 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | #endif /* __SETUP_H */ |