force CC/CXX to the passed in compiler to use.
[AROS.git] / workbench / hidds / radeon / radeon_bios.h
blob34452e27b77959c9e1f69576bdcbd91a7fa7073a
1 #ifndef RADEON_BIOS_H_
2 #define RADEON_BIOS_H_
4 #include "ati.h"
5 #include "radeon.h"
6 #include "radeon_reg.h"
7 #include "radeon_macros.h"
9 BOOL RADEONGetBIOSInfo(struct ati_staticdata *sd);
10 BOOL RADEONGetConnectorInfoFromBIOS(struct ati_staticdata *sd);
11 BOOL RADEONGetClockInfoFromBIOS(struct ati_staticdata *sd);
13 #endif /*RADEON_BIOS_H_*/