BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / drivers / graphics / et6x00 / setmode.h
blob1576888ed84e1ddecd37be119538d5f1e5de9f46
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_
8 #include "DriverInterface.h"
9 #include "bits.h"
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 /*****************************************************************************/
19 #endif /* _ET6000SETMODE_H_ */