kernel/include/xen/hvm.h
.. .. @@ -58,4 +58,6 @@ 58 58 #define HVM_CALLBACK_VECTOR(x) (((uint64_t)HVM_CALLBACK_VIA_TYPE_VECTOR)<<\ 59 59 HVM_CALLBACK_VIA_TYPE_SHIFT | (x)) 60 60 61 +void xen_setup_callback_vector(void);62 +61 63 #endif /* XEN_HVM_H__ */