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 8/2004-5/2005
8*/
9
10#include "nv_std.h"
11
12int fd;
13shared_info *si;
14area_id shared_info_area;
15area_id dma_cmd_buf_area;
16vuint32 *regs;
17area_id regs_area;
18display_mode *my_mode_list;
19area_id	my_mode_list_area;
20int accelerantIsClone;
21
22nv_get_set_pci nv_pci_access=
23	{
24		NV_PRIVATE_DATA_MAGIC,
25		0,
26		4,
27		0
28	};
29
30nv_in_out_isa nv_isa_access=
31	{
32		NV_PRIVATE_DATA_MAGIC,
33		0,
34		1,
35		0
36	};
37