mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-16 23:45:31 +08: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 */
|