projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'master'
[linux-2.6]
/
arch
/
powerpc
/
platforms
/
pseries
/
ras.h
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 */