projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b984b3
)
Add a typedef for u64.
author
Eric Anholt
<eric@anholt.net>
Thu, 7 Sep 2006 06:08:29 +0000
(23:08 -0700)
committer
Eric Anholt
<eric@anholt.net>
Thu, 7 Sep 2006 06:08:29 +0000
(23:08 -0700)
bsd-core/drmP.h
patch
|
blob
|
history
diff --git
a/bsd-core/drmP.h
b/bsd-core/drmP.h
index
074e1d2
..
e6c1d06
100644
(file)
--- 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;