mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +00:00
10 lines
167 B
C
10 lines
167 B
C
|
#ifndef _ASM_POWERPC_SETUP_H
|
||
|
#define _ASM_POWERPC_SETUP_H
|
||
|
|
||
|
#ifdef __KERNEL__
|
||
|
|
||
|
#define COMMAND_LINE_SIZE 512
|
||
|
|
||
|
#endif /* __KERNEL__ */
|
||
|
#endif /* _ASM_POWERPC_SETUP_H */
|