aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/nmi.h
blob: a60587e7d1afea2bff8daa8cc18101ad82b61f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef ASM_NMI_H
#define ASM_NMI_H

#define register_guest_nmi_callback(a)  (-ENOSYS)
#define unregister_guest_nmi_callback() (-ENOSYS)

#endif /* ASM_NMI_H */
/*
 * Local variables:
 * mode: C
 * c-file-style: "BSD"
 * c-basic-offset: 4
 * indent-tabs-mode: nil
 * End:
 */