mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-08 18:59:00 +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 */
|