summaryrefslogtreecommitdiff
path: root/include/drm/drm.h
diff options
context:
space:
mode:
authorRobert Noland <rnoland@2hip.net>2009-11-24 09:27:29 -0600
committerRobert Noland <rnoland@2hip.net>2009-11-24 09:27:29 -0600
commit170674a606f6d7869b5fa4457c07e10dd27f2771 (patch)
tree5b476e1689265e8f041a1794e643809352744cbf /include/drm/drm.h
parent22d46669043d38fcd16efca773f5ed5693c0fb58 (diff)
Finish fixing the build on FreeBSD
Diffstat (limited to 'include/drm/drm.h')
-rw-r--r--include/drm/drm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/drm/drm.h b/include/drm/drm.h
index be6fe12b..9460e2e7 100644
--- a/include/drm/drm.h
+++ b/include/drm/drm.h
@@ -46,7 +46,11 @@ typedef unsigned int drm_handle_t;
#include <sys/ioccom.h>
#include <sys/types.h>
+typedef int16_t __s16;
+typedef uint16_t __u16;
+typedef int32_t __s32;
typedef uint32_t __u32;
+typedef int64_t __s64;
typedef uint64_t __u64;
typedef unsigned long drm_handle_t;