Cleanup XTDK and XTOSKRNL headers

This commit is contained in:
2023-10-29 09:58:47 +01:00
parent 841a6b304b
commit f05a262da2
20 changed files with 24 additions and 96 deletions

View File

@@ -2,7 +2,7 @@
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/includes/ke.h
* DESCRIPTION: Private routine definitions for kernel services
* DESCRIPTION: XTOS kernel services routine definitions
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
@@ -12,6 +12,7 @@
#include <xtos.h>
/* Kernel services routines forward references */
XTAPI
VOID
KeClearEvent(IN PKEVENT Event);