summaryrefslogtreecommitdiff
path: root/bsd-core
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-09-06 23:08:29 -0700
committerEric Anholt <eric@anholt.net>2006-09-06 23:08:29 -0700
commitd5726761858b1ff0fd6e6ee92ec1648fbb958a53 (patch)
treefd95fa664c376ac285eb21ad953df7908420f99b /bsd-core
parent9b984b34e99f694e10251e15bc2ec1bc844dcca4 (diff)
Add a typedef for u64.
Diffstat (limited to 'bsd-core')
-rw-r--r--bsd-core/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-core/drmP.h b/bsd-core/drmP.h
index 074e1d2c..e6c1d060 100644
--- a/bsd-core/drmP.h
+++ b/bsd-core/drmP.h
@@ -270,6 +270,7 @@ extern struct cfdriver drm_cd;
#endif
typedef unsigned long dma_addr_t;
+typedef u_int64_t u64;
typedef u_int32_t u32;
typedef u_int16_t u16;
typedef u_int8_t u8;