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