xref: /haiku/src/add-ons/kernel/drivers/graphics/et6x00/setmode.h (revision 7749d0bb0c358a3279b1b9cc76d8376e900130a5)
1 /*****************************************************************************\
2  * Tseng Labs ET6000, ET6100 and ET6300 graphics driver for BeOS 5.
3  * Copyright (c) 2003-2004, Evgeniy Vladimirovich Bobkov.
4 \*****************************************************************************/
5 #ifndef _ET6000SETMODE_H_
6 #define _ET6000SETMODE_H_
7 
8 #include "DriverInterface.h"
9 #include "bits.h"
10 
11 
12 /*****************************************************************************/
13 __inline void et6000EnableLinearMemoryMapping(uint16 pciConfigSpace);
14 status_t et6000SetMode(display_mode *mode, uint16 pciConfigSpace);
15 status_t et6000ProposeMode(display_mode *mode, uint32 memSize);
16 /*****************************************************************************/
17 
18 
19 #endif /* _ET6000SETMODE_H_ */
20