1/*****************************************************************************\
2 * Tseng Labs ET6000, ET6100 and ET6300 graphics driver for BeOS 5.
3 * Copyright (c) 2003-2004, Evgeniy Vladimirovich Bobkov.
4\*****************************************************************************/
5
6#include "GlobalData.h"
7
8
9/*****************************************************************************/
10int fd;
11ET6000SharedInfo *si;
12area_id sharedInfoArea;
13display_mode *et6000ModesList;
14area_id et6000ModesListArea;
15int accelerantIsClone;
16volatile unsigned char *mmRegs; /* memory mapped registers */
17/*****************************************************************************/
18