[NTVDM]: We know that .h files are header files ;)
[reactos.git] / subsystems / ntvdm / emulator.h
index d0b4e49..7627d6e 100644 (file)
@@ -2,7 +2,7 @@
  * COPYRIGHT:       GPL - See COPYING in the top level directory
  * PROJECT:         ReactOS Virtual DOS Machine
  * FILE:            emulator.h
- * PURPOSE:         Minimal x86 machine emulator for the VDM (header file)
+ * PURPOSE:         Minimal x86 machine emulator for the VDM
  * PROGRAMMERS:     Aleksandar Andrejevic <theflash AT sdf DOT lonestar DOT org>
  */
 
@@ -79,24 +79,6 @@ VOID WINAPI EmulatorWriteMemory
     ULONG Size
 );
 
-VOID WINAPI EmulatorReadIo
-(
-    PFAST486_STATE State,
-    ULONG Port,
-    PVOID Buffer,
-    ULONG DataCount,
-    UCHAR DataSize
-);
-
-VOID WINAPI EmulatorWriteIo
-(
-    PFAST486_STATE State,
-    ULONG Port,
-    PVOID Buffer,
-    ULONG DataCount,
-    UCHAR DataSize
-);
-
 UCHAR WINAPI EmulatorIntAcknowledge
 (
     PFAST486_STATE State