Staging: vt6655: remove custom UCHAR typedef
[deliverable/linux.git] / drivers / staging / vt6655 / ttype.h
index 1be30d8108a745e573b1612eed7f0bf5bf004a91..74ec69f822fea9230162a31b0fb69117ce263790 100644 (file)
@@ -68,11 +68,6 @@ typedef int             BOOL;
  * but it doesn't matter if they're signed or unsigned.
  */
 
-typedef signed short    SHORT;
-typedef signed int      INT;
-typedef signed long     LONG;
-
-typedef unsigned char   UCHAR;
 typedef unsigned short  USHORT;
 typedef unsigned int    UINT;
 typedef unsigned long   ULONG;
This page took 0.02727 seconds and 5 git commands to generate.