Sync with trunk r63270.
[reactos.git] / subsystems / ntvdm / clock.h
1 /*
2 * COPYRIGHT: GPL - See COPYING in the top level directory
3 * PROJECT: ReactOS Virtual DOS Machine
4 * FILE: clock.h
5 * PURPOSE: Clock for VDM
6 * PROGRAMMERS: Aleksandar Andrejevic <theflash AT sdf DOT lonestar DOT org>
7 * Hermes Belusca-Maito (hermes.belusca@sfr.fr)
8 */
9
10 #ifndef _CLOCK_H_
11 #define _CLOCK_H_
12
13 /* FUNCTIONS ******************************************************************/
14
15 VOID ClockUpdate(VOID);
16 BOOLEAN ClockInitialize(VOID);
17
18 #endif // _CLOCK_H_
19
20 /* EOF */