diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2008-01-03 17:52:39 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2008-01-03 17:52:39 +0100 |
commit | ab451e4b7a5423d61b57cf0646599267d8504af4 (patch) | |
tree | 94ed2b0ef66a2b8181fee6305b96206e48a01df3 /src/radeon_atombios.h | |
parent | 394c52273328e90518568b694ee79dc1a8dab651 (diff) |
radeon: Miscellaneous warning fixes.
Diffstat (limited to 'src/radeon_atombios.h')
-rw-r--r-- | src/radeon_atombios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_atombios.h b/src/radeon_atombios.h index 4b15ec1c..9cb279e6 100644 --- a/src/radeon_atombios.h +++ b/src/radeon_atombios.h @@ -248,6 +248,6 @@ typedef struct _atomBiosHandle { # endif extern Bool -RADEONATOMGetTVTimings(ScrnInfoPtr pScrn, int index, SET_CRTC_TIMING_PARAMETERS_PS_ALLOCATION *crtc_timing, uint32_t *pixel_clock); +RADEONATOMGetTVTimings(ScrnInfoPtr pScrn, int index, SET_CRTC_TIMING_PARAMETERS_PS_ALLOCATION *crtc_timing, int32_t *pixel_clock); #endif /* RHD_ATOMBIOS_H_ */ |