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 /*****************************************************************************/ 10 int fd; 11 ET6000SharedInfo *si; 12 area_id sharedInfoArea; 13 display_mode *et6000ModesList; 14 area_id et6000ModesListArea; 15 int accelerantIsClone; 16 volatile unsigned char *mmRegs; /* memory mapped registers */ 17 /*****************************************************************************/ 18