summaryrefslogblamecommitdiffstats
path: root/private/mvdm/inc/intapi.h
blob: 6ba9a19fa7e39bb0d80aba10ad536475a0b98f44 (plain) (tree)







































                                                                 
/*++

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
    );