You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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 */
|