summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halsable/alpha/lyintsup.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/nthals/halsable/alpha/lyintsup.h')
-rw-r--r--private/ntos/nthals/halsable/alpha/lyintsup.h50
1 files changed, 50 insertions, 0 deletions
diff --git a/private/ntos/nthals/halsable/alpha/lyintsup.h b/private/ntos/nthals/halsable/alpha/lyintsup.h
new file mode 100644
index 000000000..0f43e9b0d
--- /dev/null
+++ b/private/ntos/nthals/halsable/alpha/lyintsup.h
@@ -0,0 +1,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
+ );