2 * Copyright IBM Corp. 2006
6 #ifndef _ASM_S390_RESET_H
7 #define _ASM_S390_RESET_H
9 #include <linux/list.h>
12 struct list_head list;
16 extern void register_reset_call(struct reset_call *reset);
17 extern void unregister_reset_call(struct reset_call *reset);
18 extern void s390_reset_system(void (*func)(void *), void *data);
19 #endif /* _ASM_S390_RESET_H */