summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halsable/alpha/lyintsup.h
blob: 0f43e9b0d2022b3a9a80557ae841e3910f1892ee (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*++

Copyright (c) 1995  Digital Equipment Corporation

Module Name:

    lyintsup.h

Abstract:

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

    Dave Richards   31-May-1995

Revision History:

--*/

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

BOOLEAN
HalpInitializeLynxSioInterrupts(
    VOID
    );

BOOLEAN
HalpLynxSioDispatch(
    VOID
    );

VOID
HalpDisableLynxSioInterrupt(
    IN ULONG Vector
    );

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