repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Support register switch in nommu mode
[linux-2.6/verdex.git]
/
arch
/
powerpc
/
platforms
/
pseries
/
ras.h
blob
0e66b0da55e27a011be4798dcf848be7c6baa2a4
1
#ifndef _PSERIES_RAS_H
2
#define _PSERIES_RAS_H
3
4
struct
pt_regs
;
5
6
extern
int
pSeries_system_reset_exception
(
struct
pt_regs
*
regs
);
7
extern
int
pSeries_machine_check_exception
(
struct
pt_regs
*
regs
);
8
9
#endif
/* _PSERIES_RAS_H */