| author | Robert Noland <rnoland@2hip.net> | |
| Tue, 24 Nov 2009 16:31:41 +0000 (10:31 -0600) | ||
| committer | Robert Noland <rnoland@2hip.net> | |
| Tue, 24 Nov 2009 16:31:41 +0000 (10:31 -0600) |
| include/drm/drm.h | patch | blob | history | |
| include/drm/mga_drm.h | patch | blob | history | |
| include/drm/via_drm.h | patch | blob | history |
diff --git a/include/drm/drm.h b/include/drm/drm.h
--- a/include/drm/drm.h
+++ b/include/drm/drm.h
#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;
diff --git a/include/drm/mga_drm.h b/include/drm/mga_drm.h
--- a/include/drm/mga_drm.h
+++ b/include/drm/mga_drm.h
#ifndef __MGA_DRM_H__
#define __MGA_DRM_H__
-#include <linux/types.h>
+#include "drm.h"
/* WARNING: If you change any of these defines, make sure to change the
* defines in the Xserver file (mga_sarea.h)
diff --git a/include/drm/via_drm.h b/include/drm/via_drm.h
--- a/include/drm/via_drm.h
+++ b/include/drm/via_drm.h
#ifndef _VIA_DRM_H_
#define _VIA_DRM_H_
-#include <linux/types.h>
+#include "drm.h"
/* WARNING: These defines must be the same as what the Xserver uses.
* if you change them, you must change the defines in the Xserver.
