mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-10 21:09:42 +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 */
|