summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/host/inc/nt_timer.h
blob: 3858d81b01c37c11ae8d7f22b025fac563cdd0d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
 * SoftPC Revision 2.0
 *
 * Title		: nt_timer.h
 *
 * Description	: Structure definitions for the Sun4 timer code.
 *
 * Author	: John Shanly
 *
 * Notes	: None
 *
 */

/*
 * SccsID[]="@(#)sun4_timer.h	1.1 8/2/90 Copyright Insignia Solutions Ltd.";
 */

/*
 * ============================================================================
 * Structure/Data definitions
 * ============================================================================
 */
void TimerInit(void);
VOID SuspendTimerThread(VOID);
VOID ResumeTimerThread(VOID);
void TerminateHeartBeat(void);
LONG
VdmUnhandledExceptionFilter(
    struct _EXCEPTION_POINTERS *ExceptionInfo
    );