expose the gfx drivers memory attributes via the gfx hidd attributes.
[AROS.git] / workbench / hidds / vmwaresvga / vmwaresvga_gallium.h
blob9a23d3e8d249ab790482b9d64463918e784a0a38
1 #ifndef _VMWARESVGA_INTERN_H
2 #define _VMWARESVGA_INTERN_H
4 /*
5 Copyright 2010-2019, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <hidd/gallium.h>
11 #include "svga/svga_winsys.h"
12 #include "svga/svga_public.h"
14 #define CLID_Hidd_Gallium_VMWareSVGA "hidd.gallium.vmwaresvga"
16 struct HIDDGalliumVMWareSVGAData
18 struct svga_winsys_screen wsi;
21 #endif