Magellan Linux

Contents of /trunk/xorg/patches/libdrm-2.4.22-missing-typedefs-for-2.6.11.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1191 - (show annotations) (download)
Thu Nov 18 18:56:55 2010 UTC (13 years, 5 months ago) by niro
File size: 401 byte(s)
added alx patches for xorg-7.5.0
1 --- libdrm-2.4.22/include/drm/drm.h 2010-09-29 05:37:17.000000000 +0200
2 +++ libdrm-2.4.22-magellan/include/drm/drm.h 2010-11-16 13:46:14.000000000 +0100
3 @@ -57,6 +57,8 @@
4 typedef unsigned long drm_handle_t;
5
6 #endif
7 +typedef int64_t __s64;
8 +typedef uint64_t __u64;
9
10 #define DRM_NAME "drm" /**< Name in kernel, /dev, and /proc */
11 #define DRM_MIN_ORDER 5 /**< At least 2^5 bytes = 32 bytes */