summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2010-07-25 20:30:21 -0400
committerFrans Kaashoek <[email protected]>2010-07-25 20:30:21 -0400
commit30f5bf054856805b69ef2c5a7485c8d2fecc7098 (patch)
tree70218604907a643731a27f5651394d826ea8ac54 /types.h
parentaf03ab142de8c68ad56a829e39e8faee9db252d3 (diff)
downloadxv6-labs-30f5bf054856805b69ef2c5a7485c8d2fecc7098.tar.gz
xv6-labs-30f5bf054856805b69ef2c5a7485c8d2fecc7098.tar.bz2
xv6-labs-30f5bf054856805b69ef2c5a7485c8d2fecc7098.zip
some cleanup
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 1c19789..e4adf64 100644
--- a/types.h
+++ b/types.h
@@ -1,3 +1,4 @@
typedef unsigned int uint;
typedef unsigned short ushort;
typedef unsigned char uchar;
+typedef uint pde_t;