aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/nmi.h
blob: e0f19f990bd8de873683df2010c1139929201317 (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-set-style: "BSD"
 * c-basic-offset: 4
 * indent-tabs-mode: nil
 * End:
 */