From: Antti Kantee Date: Mon, 12 Oct 2015 23:55:39 +0000 (+0000) Subject: g/c unused types X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3313c0b194dc8d3c6c715d8ac9b0081e22586932;p=osstest%2Frumprun.git g/c unused types --- diff --git a/platform/hw/include/hw/types.h b/platform/hw/include/hw/types.h index 83a0f2b..ce3e121 100644 --- a/platform/hw/include/hw/types.h +++ b/platform/hw/include/hw/types.h @@ -3,22 +3,6 @@ #include -/* - * 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