forked from xt-sys/exectos
Add missing forward routines definitions
This commit is contained in:
22
sdk/xtdk/kefuncs.h
Normal file
22
sdk/xtdk/kefuncs.h
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: sdk/xtdk/kefuncs.h
|
||||
* DESCRIPTION: XTOS kernel services routines 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 */
|
Reference in New Issue
Block a user