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