summaryrefslogtreecommitdiff
path: root/radeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'radeon.h')
-rw-r--r--radeon.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/radeon.h b/radeon.h
index 942a625..9afa5dc 100644
--- a/radeon.h
+++ b/radeon.h
@@ -22,9 +22,12 @@
#include "xf86drmMode.h"
#include "radeon_bo.h"
#include "radeon_cs.h"
-#include "lwrapper.h"
#include <errno.h>
+typedef uint8_t u8;
+typedef uint32_t u32;
+typedef uint64_t u64;
+
struct radeon_mode {
drmModeModeInfo info;
u32 pitch;