summaryrefslogtreecommitdiff
path: root/include/drm/drm.h
diff options
context:
space:
mode:
authorRobert Noland <rnoland@2hip.net>2009-11-24 10:31:41 -0600
committerRobert Noland <rnoland@2hip.net>2009-11-24 10:31:41 -0600
commit82bf52fbcdf1e71840c2024bb2bc05a8daeaafad (patch)
tree1c26a7d629e13637105c88cd0db5659aef287cf7 /include/drm/drm.h
parent170674a606f6d7869b5fa4457c07e10dd27f2771 (diff)
More fixups to allow mesa to build
Diffstat (limited to 'include/drm/drm.h')
-rw-r--r--include/drm/drm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm.h b/include/drm/drm.h
index 9460e2e7..649c46f3 100644
--- a/include/drm/drm.h
+++ b/include/drm/drm.h
@@ -46,6 +46,8 @@ typedef unsigned int drm_handle_t;
#include <sys/ioccom.h>
#include <sys/types.h>
+typedef int8_t __s8;
+typedef uint8_t __u8;
typedef int16_t __s16;
typedef uint16_t __u16;
typedef int32_t __s32;