mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 16:29:51 +07:00
10 lines
224 B
C
10 lines
224 B
C
|
#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 */
|