kernel
Loading...
Searching...
No Matches
apc.c
Go to the documentation of this file.
1/*++
2
3Module Name:
4
5 apc.c
6
7Purpose:
8
9 This translation unit contains the implementation of Asynchronous Procedure Calls in MatanelOS.
10
11Author:
12
13 slep (Matanel) 2026.
14
15Revision History:
16
17--*/
18
19void
20MeInitializeApc(
21
22)