repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[linux-2.6/next.git]
/
arch
/
powerpc
/
platforms
/
cell
/
ras.h
blob
eb7ee54c82a0de105eb44780aa8e9f18783ee9c4
1
#ifndef RAS_H
2
#define RAS_H
3
4
extern
void
cbe_system_error_exception
(
struct
pt_regs
*
regs
);
5
extern
void
cbe_maintenance_exception
(
struct
pt_regs
*
regs
);
6
extern
void
cbe_thermal_exception
(
struct
pt_regs
*
regs
);
7
extern
void
cbe_ras_init
(
void
);
8
9
#endif
/* RAS_H */