From 564f787e916392af7b1960d079abf110234305d4 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 16 Jul 2006 16:55:52 +0000 Subject: Eliminate annoying Pseudodesc structure. Eliminate unnecessary parts of mmu.h. --- types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'types.h') diff --git a/types.h b/types.h index 01989d6..f520c97 100644 --- a/types.h +++ b/types.h @@ -4,3 +4,4 @@ typedef unsigned short uint16_t; typedef unsigned char uint8_t; typedef uint32_t uintptr_t; typedef uint32_t physaddr_t; +typedef unsigned int uint; -- cgit v1.2.3