]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
g/c unused types
authorAntti Kantee <pooka@iki.fi>
Mon, 12 Oct 2015 23:55:39 +0000 (23:55 +0000)
committerAntti Kantee <pooka@iki.fi>
Mon, 12 Oct 2015 23:55:39 +0000 (23:55 +0000)
platform/hw/include/hw/types.h

index 83a0f2bfc86b9731384e90565e260ef57926fe59..ce3e12134d61c4abbbef3c71e5d1b49a01086d79 100644 (file)
@@ -3,22 +3,6 @@
 
 #include <bmk-core/types.h>
 
-/*
- * MI types
- */
-
-typedef unsigned long  u_long;
-typedef unsigned int   u_int;
-typedef unsigned short u_short;
-typedef unsigned char  u_char;
-
-typedef uint32_t       mode_t;
-typedef int64_t                off_t;
-typedef uint64_t       dev_t;
-
-typedef int            uid_t;
-typedef int            gid_t;
-
 #ifndef NULL
 #define NULL (void *)0
 #endif