summaryrefslogtreecommitdiff
path: root/src/radeon_common.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-12-19 20:55:06 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-12-19 20:55:06 +0000
commit162d76b9c48ed17d6e645057db58c9f13436f25f (patch)
tree8703cb483bcbeaf3d75d1ff751e6c83e9fa89dd3 /src/radeon_common.h
parent195772ec74f7a9b7d5bf294b3bc2c3b960e08a31 (diff)
XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902
Diffstat (limited to 'src/radeon_common.h')
-rw-r--r--src/radeon_common.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/radeon_common.h b/src/radeon_common.h
index a9274266..e352550d 100644
--- a/src/radeon_common.h
+++ b/src/radeon_common.h
@@ -31,14 +31,13 @@
* Converted to common header format:
* Jens Owen <jens@tungstengraphics.com>
*
- * $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_common.h,v 1.8 2003/12/02 22:29:22 dawes Exp $
+ * $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_common.h,v 1.9 2003/12/13 22:07:22 tsi Exp $
*
*/
#ifndef _RADEON_COMMON_H_
#define _RADEON_COMMON_H_
-#include <inttypes.h>
#include "xf86drm.h"
/* WARNING: If you change any of these defines, make sure to change
@@ -453,7 +452,7 @@ typedef struct drm_radeon_irq_wait {
typedef struct drm_radeon_set_param {
unsigned int param;
- int64_t value;
+ long long value;
} drmRadeonSetParam;
#define RADEON_SETPARAM_FB_LOCATION 1