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