update copyright
[AROS.git] / workbench / devs / monitors / IntelGMA / gallium_intern.h
blobcc65e1623abf5ae8208c79d9570dd0ed1454a349
1 /*
2 Copyright © 2011-2015, 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