revert between 56095 -> 55830 in arch
[AROS.git] / rom / hidds / vesagfx / vesagfx_hidd.h
blobea559a1887a09717b8ae274f6c8d196ec8bc1e6c
1 #ifndef VESAGFX_HIDD_H
2 #define VESAGFX_HIDD_H
4 /*
5 Copyright © 2017, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: VESA Gfx Hidd data.
9 Lang: English.
12 #include <exec/interrupts.h>
14 #include "vesagfx_bitmap.h"
15 #include "vesagfx_support.h"
17 #define IID_Hidd_Gfx_VESA "hidd.gfx.vesa"
18 #define CLID_Hidd_Gfx_VESA "hidd.gfx.vesa"
20 struct VESAGfxHiddData
22 struct Interrupt ResetInterrupt;
25 #endif /* VESAGFX_HIDD_H */