ReactOS 0.4.16-dev-41-ge8c7597
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define NDEBUG |
Definition at line 12 of file interrupt.c.
BOOLEAN NTAPI KeConnectInterrupt | ( | IN PKINTERRUPT | Interrupt | ) |
Definition at line 36 of file interrupt.c.
BOOLEAN NTAPI KeDisconnectInterrupt | ( | IN PKINTERRUPT | Interrupt | ) |
Definition at line 44 of file interrupt.c.
VOID NTAPI KeInitializeInterrupt | ( | IN PKINTERRUPT | Interrupt, |
IN PKSERVICE_ROUTINE | ServiceRoutine, | ||
IN PVOID | ServiceContext, | ||
IN PKSPIN_LOCK | SpinLock, | ||
IN ULONG | Vector, | ||
IN KIRQL | Irql, | ||
IN KIRQL | SynchronizeIrql, | ||
IN KINTERRUPT_MODE | InterruptMode, | ||
IN BOOLEAN | ShareVector, | ||
IN CHAR | ProcessorNumber, | ||
IN BOOLEAN | FloatingSave | ||
) |
Definition at line 19 of file interrupt.c.
BOOLEAN NTAPI KeSynchronizeExecution | ( | IN OUT PKINTERRUPT | Interrupt, |
IN PKSYNCHRONIZE_ROUTINE | SynchronizeRoutine, | ||
IN PVOID SynchronizeContext | OPTIONAL | ||
) |
Definition at line 59 of file interrupt.c.
Definition at line 51 of file interrupt.c.
Referenced by KiInitializeKernel().