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
8*/
9
10#include "std.h"
11
12int fd;
13shared_info *si;
14area_id shared_info_area;
15vuint32 *regs;
16area_id regs_area;
17display_mode *my_mode_list;
18area_id	my_mode_list_area;
19int accelerantIsClone;
20
21eng_get_set_pci eng_pci_access=
22	{
23		SKEL_PRIVATE_DATA_MAGIC,
24		0,
25		4,
26		0
27	};
28
29eng_in_out_isa eng_isa_access=
30	{
31		SKEL_PRIVATE_DATA_MAGIC,
32		0,
33		1,
34		0
35	};
36