|
@@ -256,12 +256,6 @@ struct hv_monitor_page {
|
|
u8 rsvdz4[1984];
|
|
u8 rsvdz4[1984];
|
|
};
|
|
};
|
|
|
|
|
|
-/* Declare the various hypercall operations. */
|
|
|
|
-enum hv_call_code {
|
|
|
|
- HVCALL_POST_MESSAGE = 0x005c,
|
|
|
|
- HVCALL_SIGNAL_EVENT = 0x005d,
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
/* Definition of the hv_post_message hypercall input structure. */
|
|
/* Definition of the hv_post_message hypercall input structure. */
|
|
struct hv_input_post_message {
|
|
struct hv_input_post_message {
|
|
union hv_connection_id connectionid;
|
|
union hv_connection_id connectionid;
|