summaryrefslogblamecommitdiffstats
path: root/private/ntos/nthals/halsable/alpha/siintsup.h
blob: dcaf4a0299ce63443bfba2e5addd126c6f768cb3 (plain) (tree)

















































                                                        
/*++

Copyright (c) 1995  Digital Equipment Corporation

Module Name:

    siintsup.h

Abstract:

    This header file contains prototypes for siintsup.c.
    
Author:

    Dave Richards   31-May-1995

Revision History:

--*/

ULONG
HalpGetSableSioInterruptVector(
    IN PBUS_HANDLER BusHandler,
    IN PBUS_HANDLER RootHandler,
    IN ULONG BusInterruptLevel,
    IN ULONG BusInterruptVector,
    OUT PKIRQL Irql,
    OUT PKAFFINITY Affinity
    );

BOOLEAN
HalpInitializeSableSioInterrupts(
    VOID
    );

BOOLEAN
HalpSableSioDispatch(
    VOID
    );

VOID
HalpDisableSableSioInterrupt(
    IN ULONG Vector
    );

BOOLEAN
HalpEnableSableSioInterrupt(
    IN ULONG Vector,
    IN KINTERRUPT_MODE InterruptMode
    );