summaryrefslogtreecommitdiff
path: root/wl1271/CUDK/os/common/inc/cu_ostypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'wl1271/CUDK/os/common/inc/cu_ostypes.h')
-rw-r--r--wl1271/CUDK/os/common/inc/cu_ostypes.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/wl1271/CUDK/os/common/inc/cu_ostypes.h b/wl1271/CUDK/os/common/inc/cu_ostypes.h
deleted file mode 100644
index 83a0769..0000000
--- a/wl1271/CUDK/os/common/inc/cu_ostypes.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _CUOSTYPES_H_
-#define _CUOSTYPES_H_
-
-/* types */
-/*********/
-#if !defined(VOID)
-typedef void VOID,*PVOID;
-#endif
-typedef unsigned char U8,*PU8;
-typedef /*signed*/ char S8,*PS8,**PPS8;
-typedef unsigned short U16,*PU16;
-typedef signed short S16,*PS16;
-typedef unsigned long U32,*PU32;
-typedef signed long S32,*PS32;
-typedef float F32,*PF32;
-typedef PVOID THandle;
-typedef int TI_SIZE_T;
-
-#endif