mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-15 01:44:52 +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 */
|