From 3313c0b194dc8d3c6c715d8ac9b0081e22586932 Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Mon, 12 Oct 2015 23:55:39 +0000 Subject: [PATCH] g/c unused types --- platform/hw/include/hw/types.h | 16 ---------------- 1 file changed, 16 deletions(-) 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 -- 2.39.5