Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _SH_SETUP_H |
2 | #define _SH_SETUP_H | ||||
3 | |||||
4 | #define COMMAND_LINE_SIZE 256 | ||||
5 | |||||
Adrian Bunk | 7d1362c | 2006-12-06 20:40:38 -0800 | [diff] [blame] | 6 | #ifdef __KERNEL__ |
7 | |||||
Paul Mundt | a80fd21 | 2006-09-27 14:26:53 +0900 | [diff] [blame] | 8 | int setup_early_printk(char *); |
9 | |||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | #endif /* __KERNEL__ */ |
Adrian Bunk | 7d1362c | 2006-12-06 20:40:38 -0800 | [diff] [blame] | 11 | |
12 | #endif /* _SH_SETUP_H */ |