From 55e95b16db458b7f9abeca96e541acbdf8d7f85b Mon Sep 17 00:00:00 2001 From: rtm Date: Mon, 12 Jun 2006 15:22:12 +0000 Subject: import --- types.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 types.h (limited to 'types.h') diff --git a/types.h b/types.h new file mode 100644 index 0000000..01989d6 --- /dev/null +++ b/types.h @@ -0,0 +1,6 @@ +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; -- cgit v1.2.3