You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
181 B
11 lines
181 B
20 years ago
|
#ifndef _MIPS_SETUP_H
|
||
|
#define _MIPS_SETUP_H
|
||
|
|
||
|
#define COMMAND_LINE_SIZE 256
|
||
|
|
||
17 years ago
|
#ifdef __KERNEL__
|
||
17 years ago
|
extern void setup_early_printk(void);
|
||
17 years ago
|
#endif /* __KERNEL__ */
|
||
17 years ago
|
|
||
20 years ago
|
#endif /* __SETUP_H */
|