revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / workbench / devs / monitors / IntelGMA / intelgma_gallium.h
blob5bcf8f2799865698cbb45c08fa7ec7dcf53991bb
1 /*
2 Copyright © 2011-2017, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef _I915_GALLIUM_INTERN_H
7 #define _I915_GALLIUM_INTERN_H
9 #include <exec/lists.h>
11 struct HIDDGalliumData
13 ULONG dummy;
16 #define CLID_Hidd_Gallium_IntelGMA "hidd.gallium.intelgma"
17 #define IID_Hidd_Gallium_IntelGMA "hidd.gallium.ntelgma"
19 VOID init_aros_winsys();
20 BOOL InitGalliumClass();
22 #endif