hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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__ */