[NTVDM]
[reactos.git] / subsystems / ntvdm / vddsup.h
1 /*
2 * COPYRIGHT: GPL - See COPYING in the top level directory
3 * PROJECT: ReactOS Virtual DOS Machine
4 * FILE: vddsup.h
5 * PURPOSE: Virtual Device Drivers (VDD) Support
6 * PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr)
7 */
8
9 #ifndef _VDDSUP_H_
10 #define _VDDSUP_H_
11
12 /* DEFINES ********************************************************************/
13
14 /* FUNCTIONS ******************************************************************/
15
16 VOID VDDSupInitialize(VOID);
17
18 #endif // _VDDSUP_H_
19
20 /* EOF */