]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/hv/include/osd.h
Staging: hv: remove UINT8 and INT8 typedefs
[~andy/linux] / drivers / staging / hv / include / osd.h
index c78dd62cf5f5899069ee45af7dd2668ab6d25000..d5f2a91cd57493a0123480ef3abebb3c3a24d727 100644 (file)
@@ -97,7 +97,6 @@ typedef struct _DLIST_ENTRY {
 //
 // unsigned types
 //
-typedef unsigned char          UINT8;
 typedef unsigned short         UINT16;
 typedef unsigned int           UINT32;
 #ifdef __x86_64__
@@ -114,7 +113,6 @@ typedef unsigned char               UCHAR;
 //
 // signed types
 //
-typedef char                           INT8;
 typedef short                          INT16;
 typedef int                                    INT32;
 #ifdef __x86_64__