mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00

for functions defined by setup-common.c and used in setup_xx.c Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
6 lines
132 B
C
6 lines
132 B
C
#ifndef _POWERPC_KERNEL_SETUP_H
|
|
#define _POWERPC_KERNEL_SETUP_H
|
|
|
|
void check_for_initrd(void);
|
|
|
|
#endif /* _POWERPC_KERNEL_SETUP_H */
|