hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/include/xen/hvm.h
....@@ -58,4 +58,6 @@
5858 #define HVM_CALLBACK_VECTOR(x) (((uint64_t)HVM_CALLBACK_VIA_TYPE_VECTOR)<<\
5959 HVM_CALLBACK_VIA_TYPE_SHIFT | (x))
6060
61
+void xen_setup_callback_vector(void);
62
+
6163 #endif /* XEN_HVM_H__ */