aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/include/osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/hv/include/osd.h')
-rw-r--r--drivers/staging/hv/include/osd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/hv/include/osd.h b/drivers/staging/hv/include/osd.h
index c78dd62cf5f..d5f2a91cd57 100644
--- a/drivers/staging/hv/include/osd.h
+++ b/drivers/staging/hv/include/osd.h
@@ -97,7 +97,6 @@ typedef struct _DLIST_ENTRY {
97// 97//
98// unsigned types 98// unsigned types
99// 99//
100typedef unsigned char UINT8;
101typedef unsigned short UINT16; 100typedef unsigned short UINT16;
102typedef unsigned int UINT32; 101typedef unsigned int UINT32;
103#ifdef __x86_64__ 102#ifdef __x86_64__
@@ -114,7 +113,6 @@ typedef unsigned char UCHAR;
114// 113//
115// signed types 114// signed types
116// 115//
117typedef char INT8;
118typedef short INT16; 116typedef short INT16;
119typedef int INT32; 117typedef int INT32;
120#ifdef __x86_64__ 118#ifdef __x86_64__