[NTVDM]
[reactos.git] / subsystems / ntvdm / timer.h
index 107d3a7..637f444 100644 (file)
@@ -48,9 +48,9 @@ typedef struct _PIT_CHANNEL
 VOID PitWriteCommand(BYTE Value);
 BYTE PitReadData(BYTE Channel);
 VOID PitWriteData(BYTE Channel, BYTE Value);
-VOID PitDecrementCount();
+VOID PitDecrementCount(DWORD Count);
+DWORD PitGetResolution(VOID);
 
-#endif
+#endif // _TIMER_H_
 
 /* EOF */
-