]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/crystalhd/bc_dts_types.h
mISDN: remove unnecessary test on f_pos
[karo-tx-linux.git] / drivers / staging / crystalhd / bc_dts_types.h
index ac0c81717385c99962a1f104c873bc52323153a4..6fd8089415d622ff3efed3c3bf8edfbd83f7fbe0 100644 (file)
 #ifndef _BC_DTS_TYPES_H_
 #define _BC_DTS_TYPES_H_
 
-#ifdef __LINUX_USER__  // Don't include these for KERNEL..
+#ifdef __LINUX_USER__  /* Don't include these for KERNEL.. */
 #include <stdint.h>
 #endif
 
-#if defined(_WIN64) || defined(_WIN32)
-typedef uint32_t               U32;
-typedef int32_t                        S32;
-typedef uint16_t               U16;
-typedef int16_t                        S16;
-typedef unsigned char          U8;
-typedef char                   S8;
-#endif
-
 #ifndef PVOID
 typedef void   *PVOID;
 #endif
@@ -46,20 +37,6 @@ typedef void *PVOID;
 typedef int    BOOL;
 #endif
 
-#ifdef WIN32
-    typedef unsigned __int64   U64;
-#elif defined(_WIN64)
-    typedef uint64_t U64;
-#endif
-
-#ifdef _WIN64
-#if !(defined(POINTER_32))
-#define POINTER_32     __ptr32
-#endif
-#else  /* _WIN32 */
-#define POINTER_32
-#endif
-
 #if defined(__KERNEL__) || defined(__LINUX_USER__)
 
 #ifdef __LINUX_USER__  /* Don't include these for KERNEL */