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
cpu hotplug: simplify and hopefully fix locking
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-powerpc
/
xmon.h
blob
43f7129984c723312c3ca394ccf32fe53d52a4e8
1
#ifndef __PPC_XMON_H
2
#define __PPC_XMON_H
3
#ifdef __KERNEL__
4
5
struct
pt_regs
;
6
7
extern
int
xmon
(
struct
pt_regs
*
excp
);
8
extern
void
xmon_printf
(
const char
*
fmt
, ...);
9
extern
void
xmon_init
(
int
);
10
11
#endif
12
#endif