* Sync up to trunk head (r65394).
[reactos.git] / subsystems / ntvdm / bios / bios32 / vidbios32.h
1 /*
2 * COPYRIGHT: GPL - See COPYING in the top level directory
3 * PROJECT: ReactOS Virtual DOS Machine
4 * FILE: vidbios32.h
5 * PURPOSE: VDM Video 32-bit BIOS
6 * PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr)
7 *
8 * NOTE: All of the real code is in bios/vidbios.c
9 */
10
11 #ifndef _VIDBIOS32_H_
12 #define _VIDBIOS32_H_
13
14 /* INCLUDES *******************************************************************/
15
16 #include "ntvdm.h"
17
18 /* DEFINES ********************************************************************/
19
20 // #define BIOS_VIDEO_INTERRUPT 0x10
21
22 /* FUNCTIONS ******************************************************************/
23
24 BOOLEAN VidBios32Initialize(VOID);
25 VOID VidBios32Cleanup(VOID);
26
27 #endif /* _VIDBIOS32_H_ */
28
29 /* EOF */