commit | 66ba135c5a398df5c3a4b43d84d9df80cbc87c61 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Wed Nov 09 11:01:06 2005 +1100 |
committer | Stephen Rothwell <sfr@canb.auug.org.au> | Wed Nov 09 11:35:26 2005 +1100 |
tree | 5c98394e1979044e9745f31acb736770aa7789ca | |
parent | fca5dcd4835ed09bb1a48a355344aff7a25c76e0 [diff] [blame] |
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>
diff --git a/arch/powerpc/kernel/setup.h b/arch/powerpc/kernel/setup.h new file mode 100644 index 0000000..2ebba75 --- /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 */