use the correct vc chan name
[AROS.git] / arch / arm-raspi / hidd.videocoregfx / videocoregfx_hardware.h
blob20d827d3f8cf58416faa25c3c0b2e31a99e0f9b9
1 #ifndef _VIDEOCOREGFX_HARDWARE_H
2 #define _VIDEOCOREGFX_HARDWARE_H
4 #include <exec/libraries.h>
5 #include <hidd/pci.h>
6 #include <oop/oop.h>
8 #include <asm/bcm2835.h>
9 #include <hardware/videocore.h>
11 #include "videocoregfx_class.h"
12 #include "videocoregfx_bitmap.h"
14 #define VCMB_PROPCHAN 8
16 struct HWData {
17 ULONG void0;
20 #define VCDATA(x) ((struct HWData *)x->data)
22 #define FNAME_HW(x) VideoCoreGfx__HW__ ## x
24 BOOL FNAME_HW(InitGfxHW)(APTR param0);
25 void FNAME_HW(RefreshArea)(struct HWData *hwdata,
26 struct BitmapData *data,
27 LONG x1, LONG y1, LONG x2, LONG y2);
29 #endif /* _VIDEOCOREGFX_HARDWARE_H */