aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2/radeon/radeon_drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/drm2/radeon/radeon_drm.h')
-rw-r--r--sys/dev/drm2/radeon/radeon_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm2/radeon/radeon_drm.h b/sys/dev/drm2/radeon/radeon_drm.h
index e84500c118fa..a33975381be0 100644
--- a/sys/dev/drm2/radeon/radeon_drm.h
+++ b/sys/dev/drm2/radeon/radeon_drm.h
@@ -760,7 +760,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 */