X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fdrm%2Fradeon_drm.h;h=72ecf67ad3ec1591c24d74920c488f118b70ca2a;hb=83826dc505e6c6f432332dd45681be4bb71635ce;hp=73ff51f12311ea967a1e8497967aa0c20e95336c;hpb=a3da5bf84a97d48cfaf66c6842470fc403da5121;p=~andy%2Flinux diff --git a/include/drm/radeon_drm.h b/include/drm/radeon_drm.h index 73ff51f1231..72ecf67ad3e 100644 --- a/include/drm/radeon_drm.h +++ b/include/drm/radeon_drm.h @@ -33,6 +33,8 @@ #ifndef __RADEON_DRM_H__ #define __RADEON_DRM_H__ +#include + /* WARNING: If you change any of these defines, make sure to change the * defines in the X server file (radeon_sarea.h) */ @@ -722,7 +724,7 @@ typedef struct drm_radeon_irq_wait { typedef struct drm_radeon_setparam { unsigned int param; - int64_t value; + __s64 value; } drm_radeon_setparam_t; #define RADEON_SETPARAM_FB_LOCATION 1 /* determined framebuffer location */