Windows2000/private/mvdm/inc/intapi.h
2020-09-30 17:12:32 +02:00

41 lines
478 B
C

/*++
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
);