From: Oliver Kurth Date: Fri, 26 Oct 2018 17:44:56 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools X-Git-Tag: stable-11.0.0~385 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eaf3377621b44af6a9768e6fd0fe61b32165781;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools --- diff --git a/open-vm-tools/lib/include/vmci_defs.h b/open-vm-tools/lib/include/vmci_defs.h index 9ec3781f6..7ba81c9a3 100644 --- a/open-vm-tools/lib/include/vmci_defs.h +++ b/open-vm-tools/lib/include/vmci_defs.h @@ -66,6 +66,10 @@ extern "C" { #define VMCI_CAPS_DATAGRAM 0x4 #define VMCI_CAPS_NOTIFICATIONS 0x8 #define VMCI_CAPS_PPN64 0x10 +#define VMCI_CAPS_CLEAR_TO_ACK (0x1 << 31) + +#define VMCI_CAPS_NOT_ACKED (VMCI_CAPS_HYPERCALL | VMCI_CAPS_GUESTCALL | \ + VMCI_CAPS_DATAGRAM | VMCI_CAPS_NOTIFICATIONS) /* Interrupt Cause register bits. */ #define VMCI_ICR_DATAGRAM 0x1