From 29270816285978e44b317c6e5c7bfa7a89ec24dd Mon Sep 17 00:00:00 2001 From: rtm Date: Thu, 20 Jul 2006 09:07:53 +0000 Subject: uint32_t -> uint &c --- types.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'types.h') diff --git a/types.h b/types.h index 938154b..8c54fd8 100644 --- a/types.h +++ b/types.h @@ -1,9 +1,3 @@ -typedef unsigned int uint; - -typedef unsigned long long uint64_t; -typedef unsigned int uint32_t; -typedef unsigned short uint16_t; -typedef unsigned char uint8_t; - -typedef uint32_t uintptr_t; -typedef uint32_t physaddr_t; +typedef unsigned int uint; +typedef unsigned short ushort; +typedef unsigned char uchar; -- cgit v1.2.3