diff options
author | Renato Botelho <renato@netgate.com> | 2016-02-19 12:30:07 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-02-19 12:30:07 -0200 |
commit | 0122703298a46bed8c81d6430ffe126414556b51 (patch) | |
tree | 3c9f583a72eca63e3d6148c84bfbe7f3a5fa70e4 /sys/dev/hyperv/include/hyperv.h | |
parent | b8ac7a6968caff799a8f2b7eaa7b50a44102e35f (diff) | |
parent | 427bb5d10fd29ef038c6a4f6df3160e9c77f1b24 (diff) | |
download | FreeBSD-src-0122703298a46bed8c81d6430ffe126414556b51.zip FreeBSD-src-0122703298a46bed8c81d6430ffe126414556b51.tar.gz |
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'sys/dev/hyperv/include/hyperv.h')
-rw-r--r-- | sys/dev/hyperv/include/hyperv.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/hyperv/include/hyperv.h b/sys/dev/hyperv/include/hyperv.h index b5600ba..1a45b7b 100644 --- a/sys/dev/hyperv/include/hyperv.h +++ b/sys/dev/hyperv/include/hyperv.h @@ -335,11 +335,6 @@ typedef enum { HV_CHANNEL_MESSAGE_INITIATED_CONTACT = 14, HV_CHANNEL_MESSAGE_VERSION_RESPONSE = 15, HV_CHANNEL_MESSAGE_UNLOAD = 16, - -#ifdef HV_VMBUS_FEATURE_PARENT_OR_PEER_MEMORY_MAPPED_INTO_A_CHILD - HV_CHANNEL_MESSAGE_VIEW_RANGE_ADD = 17, - HV_CHANNEL_MESSAGE_VIEW_RANGE_REMOVE = 18, -#endif HV_CHANNEL_MESSAGE_COUNT } hv_vmbus_channel_msg_type; |