repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i2c-bfin-twi: remove redundant retry
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
arch
/
powerpc
/
kernel
/
setup.h
blob
4c67ad7fae085d2cc170c13d24f6cac27448705f
1
#ifndef _POWERPC_KERNEL_SETUP_H
2
#define _POWERPC_KERNEL_SETUP_H
3
4
void
check_for_initrd
(
void
);
5
void
do_init_bootmem
(
void
);
6
void
setup_panic
(
void
);
7
extern
int
do_early_xmon
;
8
9
#endif
/* _POWERPC_KERNEL_SETUP_H */