gcc8 update. (NicJA)
[AROS.git] / workbench / hidds / radeon / radeon_accel.h
blobbe6c188c3b252b20072ef90b0826ce8d0ae55fb7
1 #ifndef RADEON_ACCEL_H_
2 #define RADEON_ACCEL_H_
4 #include "ati.h"
6 struct __ROP {
7 int rop;
8 int pattern;
9 };
11 extern struct __ROP RADEON_ROP[];
13 void RADEONWaitForFifoFunction(struct ati_staticdata *sd, int entries);
14 void RADEONWaitForIdleMMIO(struct ati_staticdata *sd);
15 void RADEONEngineFlush(struct ati_staticdata *sd);
16 void RADEONEngineReset(struct ati_staticdata *sd);
17 void RADEONEngineRestore(struct ati_staticdata *sd);
19 #endif /*RADEON_ACCEL_H_*/