xref: /haiku/src/add-ons/accelerants/neomagic/engine/nm_globals.c (revision 1d9d47fc72028bb71b5f232a877231e59cfe2438)
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 	Rudolf Cornelissen 4/2003-
8 */
9 
10 #include "nm_std.h"
11 
12 int fd;
13 shared_info *si;
14 area_id shared_info_area;
15 vuint32 *regs, *regs2;
16 area_id regs_area, regs2_area;
17 display_mode *my_mode_list;
18 area_id	my_mode_list_area;
19 int accelerantIsClone;
20 
21 nm_get_set_pci nm_pci_access=
22 	{
23 		NM_PRIVATE_DATA_MAGIC,
24 		0,
25 		4,
26 		0
27 	};
28 
29 nm_in_out_isa nm_isa_access=
30 	{
31 		NM_PRIVATE_DATA_MAGIC,
32 		0,
33 		1,
34 		0
35 	};
36