Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
f05b6284ee5d3be51ebe22284fc4b25fc586f380
/
.
/
arch
/
powerpc
/
platforms
/
pseries
/
ras.h
blob: 0e66b0da55e27a011be4798dcf848be7c6baa2a4 [
file
] [
log
] [
blame
]
#ifndef
_PSERIES_RAS_H
#define
_PSERIES_RAS_H
struct
pt_regs
;
extern
int
pSeries_system_reset_exception
(
struct
pt_regs
*
regs
);
extern
int
pSeries_machine_check_exception
(
struct
pt_regs
*
regs
);
#endif
/* _PSERIES_RAS_H */