hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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__ */