diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-09 01:01:06 +0100 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-09 01:35:26 +0100 |
commit | 66ba135c5a398df5c3a4b43d84d9df80cbc87c61 (patch) | |
tree | 5c98394e1979044e9745f31acb736770aa7789ca /arch/powerpc/kernel/setup.h | |
parent | powerpc: Simplify and clean up the xmon terminal I/O (diff) | |
download | linux-66ba135c5a398df5c3a4b43d84d9df80cbc87c61.tar.xz linux-66ba135c5a398df5c3a4b43d84d9df80cbc87c61.zip |
powerpc: create kernel/setup.h
for functions defined by setup-common.c and used in setup_xx.c
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/powerpc/kernel/setup.h')
-rw-r--r-- | arch/powerpc/kernel/setup.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/setup.h b/arch/powerpc/kernel/setup.h new file mode 100644 index 000000000000..2ebba755272e --- /dev/null +++ b/arch/powerpc/kernel/setup.h @@ -0,0 +1,6 @@ +#ifndef _POWERPC_KERNEL_SETUP_H +#define _POWERPC_KERNEL_SETUP_H + +void check_for_initrd(void); + +#endif /* _POWERPC_KERNEL_SETUP_H */ |