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
11int fd;
12shared_info *si;
13area_id shared_info_area;
14vuint32 *regs;
15area_id regs_area;
16display_mode *my_mode_list;
17area_id	my_mode_list_area;
18int accelerantIsClone;
19
20gx00_get_set_pci gx00_pci_access=
21	{
22		GX00_PRIVATE_DATA_MAGIC,
23		0,
24		4,
25		0
26	};
27