diff options
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r-- | include/linux/hyperv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 7211e2ce24f5..6d9a53fc8a37 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h | |||
@@ -694,10 +694,6 @@ extern void vmbus_get_debug_info(struct vmbus_channel *channel, | |||
694 | extern void vmbus_ontimer(unsigned long data); | 694 | extern void vmbus_ontimer(unsigned long data); |
695 | 695 | ||
696 | 696 | ||
697 | #define LOWORD(dw) ((unsigned short)(dw)) | ||
698 | #define HIWORD(dw) ((unsigned short)(((unsigned int) (dw) >> 16) & 0xFFFF)) | ||
699 | |||
700 | |||
701 | #define VMBUS 0x0001 | 697 | #define VMBUS 0x0001 |
702 | #define STORVSC 0x0002 | 698 | #define STORVSC 0x0002 |
703 | #define NETVSC 0x0004 | 699 | #define NETVSC 0x0004 |