Staging: vt6655: remove custom ULONG typedef
[deliverable/linux.git] / drivers / staging / vt6655 / ttype.h
index 52f1a0c2adc79e6d14a22443fbd3065331c2fb6a..950fb097e460de7ea0067b89ab17d969f436c8e1 100644 (file)
@@ -68,13 +68,6 @@ typedef int             BOOL;
  * but it doesn't matter if they're signed or unsigned.
  */
 
-typedef signed int      INT;
-typedef signed long     LONG;
-
-typedef unsigned char   UCHAR;
-typedef unsigned short  USHORT;
-typedef unsigned int    UINT;
-typedef unsigned long   ULONG;
 typedef unsigned long long     ULONGLONG; //64 bit
 
 
This page took 0.026064 seconds and 5 git commands to generate.