exectos/sdk/xtdk/kefuncs.h
belliash 712de4e4e4
All checks were successful
ci/woodpecker/push/build Pipeline was successful
XTDK contains headers uniquely identified
2023-01-05 23:28:43 +01:00

23 lines
534 B
C

/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: sdk/xtdk/kefuncs.h
* DESCRIPTION: XTOS kernel services routine definitions
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#ifndef __XTDK_KEFUNCS_H
#define __XTDK_KEFUNCS_H
#include <xtdefs.h>
#include <xtstruct.h>
#include <xttypes.h>
/* Kernel services routines forward references */
XTAPI
VOID
KeStartXtSystem(IN PKERNEL_INITIALIZATION_BLOCK Parameters);
#endif /* __XTDK_KEFUNCS_H */