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
12int fd;
13shared_info *si;
14area_id shared_info_area;
15vuint32 *regs, *regs2;
16area_id regs_area, regs2_area;
17display_mode *my_mode_list;
18area_id	my_mode_list_area;
19int accelerantIsClone;
20
21nm_get_set_pci nm_pci_access=
22	{
23		NM_PRIVATE_DATA_MAGIC,
24		0,
25		4,
26		0
27	};
28
29nm_in_out_isa nm_isa_access=
30	{
31		NM_PRIVATE_DATA_MAGIC,
32		0,
33		1,
34		0
35	};
36