xref: /haiku/src/add-ons/accelerants/matrox/engine/mga_globals.c (revision 17889a8c70dbb3d59c1412f6431968753c767bab)
1 /*
2 	Copyright 1999, Be Incorporated.   All Rights Reserved.
3 	This file may be used under the terms of the Be Sample Code License.
4 
5 	Other authors:
6 	Mark Watson
7 */
8 
9 #include "mga_std.h"
10 
11 int fd;
12 shared_info *si;
13 area_id shared_info_area;
14 vuint32 *regs;
15 area_id regs_area;
16 display_mode *my_mode_list;
17 area_id	my_mode_list_area;
18 int accelerantIsClone;
19 
20 gx00_get_set_pci gx00_pci_access=
21 	{
22 		GX00_PRIVATE_DATA_MAGIC,
23 		0,
24 		4,
25 		0
26 	};
27