mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-02-15 13:45:44 +00:00
7 lines
132 B
C
7 lines
132 B
C
|
|
#ifndef _POWERPC_KERNEL_SETUP_H
|
||
|
|
#define _POWERPC_KERNEL_SETUP_H
|
||
|
|
|
||
|
|
void check_for_initrd(void);
|
||
|
|
|
||
|
|
#endif /* _POWERPC_KERNEL_SETUP_H */
|