mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-15 17:14:00 +08:00
9 lines
141 B
C
9 lines
141 B
C
|
#ifdef __KERNEL__
|
||
|
#ifndef _MIPS_SETUP_H
|
||
|
#define _MIPS_SETUP_H
|
||
|
|
||
|
#define COMMAND_LINE_SIZE 256
|
||
|
|
||
|
#endif /* __SETUP_H */
|
||
|
#endif /* __KERNEL__ */
|