Staging
v0.5.2
https://github.com/torvalds/linux
Raw File
Tip revision: 59a3759d0fe8d969888c741bb33f4946e4d3750d authored by Linus Torvalds on 23 May 2009, 21:47:00 UTC
Linux 2.6.30-rc7
Tip revision: 59a3759
setup.h
#ifndef _POWERPC_KERNEL_SETUP_H
#define _POWERPC_KERNEL_SETUP_H

void check_for_initrd(void);
void do_init_bootmem(void);
void setup_panic(void);
extern int do_early_xmon;

#endif /* _POWERPC_KERNEL_SETUP_H */
back to top