vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / accelerants / et6x00 / GlobalData.h
blob038cf453dd7d4a26acd9f9846c610b05a84015f8
1 /*****************************************************************************\
2 * Tseng Labs ET6000, ET6100 and ET6300 graphics driver for BeOS 5.
3 * Copyright (c) 2003-2004, Evgeniy Vladimirovich Bobkov.
4 \*****************************************************************************/
6 #ifndef _ET6000GLOBALDATA_H_
7 #define _ET6000GLOBALDATA_H_
9 #include "DriverInterface.h"
12 /*****************************************************************************/
13 extern int fd;
14 extern ET6000SharedInfo *si;
15 extern area_id sharedInfoArea;
16 extern display_mode *et6000ModesList;
17 extern area_id et6000ModesListArea;
18 extern int accelerantIsClone;
19 extern volatile unsigned char *mmRegs; /* memory mapped registers */
20 /*****************************************************************************/
23 #endif /* _ET6000GLOBALDATA_H_ */