mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
20 lines
537 B
C
20 lines
537 B
C
/*
|
|
* COPYRIGHT: GPL - See COPYING in the top level directory
|
|
* PROJECT: ReactOS Virtual DOS Machine
|
|
* FILE: vddsup.h
|
|
* PURPOSE: Virtual Device Drivers (VDD) Support
|
|
* PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr)
|
|
*/
|
|
|
|
#ifndef _VDDSUP_H_
|
|
#define _VDDSUP_H_
|
|
|
|
/* DEFINES ********************************************************************/
|
|
|
|
/* FUNCTIONS ******************************************************************/
|
|
|
|
VOID VDDSupInitialize(VOID);
|
|
|
|
#endif // _VDDSUP_H_
|
|
|
|
/* EOF */
|