Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 198344 | Differences between
and this patch

Collapse All | Expand All

(-)xf86-video-ati-6.7.195-orig/src/atiprint.h (+3 lines)
Lines 27-32 Link Here
27
27
28
#include "xf86str.h"
28
#include "xf86str.h"
29
29
30
// for uint32_t (cfriedt@visible-assets.com)
31
#include <stdint.h>	
32
30
extern void ATIPrintBIOS(const CARD8 *, const unsigned int);
33
extern void ATIPrintBIOS(const CARD8 *, const unsigned int);
31
extern void ATIPrintRegisters(ATIPtr);
34
extern void ATIPrintRegisters(ATIPtr);
32
extern void ATIPrintMode(DisplayModePtr);
35
extern void ATIPrintMode(DisplayModePtr);
(-)xf86-video-ati-6.7.195-orig/src/atiprobe.h (+3 lines)
Lines 25-30 Link Here
25
25
26
#include "xf86str.h"
26
#include "xf86str.h"
27
27
28
// for uint32_t (cfriedt@visible-assets.com)
29
#include <stdint.h>
30
28
extern Bool ATIMach64ProbeIO(pciVideoPtr, ATIPtr);
31
extern Bool ATIMach64ProbeIO(pciVideoPtr, ATIPtr);
29
32
30
#endif /* ___ATIPROBE_H___ */
33
#endif /* ___ATIPROBE_H___ */

Return to bug 198344