41 lines
524 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
intapi.h
Abstract:
This header defines the function prototypes for the interrupt
handler support routines in the 486 emulator.
Author:
Neil Sandlin (neilsa)
Notes:
Revision History:
--*/
NTSTATUS
VdmInstallHardwareIntHandler(
PVOID HwIntHandler
);
NTSTATUS
VdmInstallSoftwareIntHandler(
PVOID SwIntHandler
);
NTSTATUS
VdmInstallFaultHandler(
PVOID FaultHandler
);