Add XTCLINK linkage to KeStartXtSystem
This commit is contained in:
@@ -9,9 +9,6 @@
|
|||||||
#include <xtos.hh>
|
#include <xtos.hh>
|
||||||
|
|
||||||
|
|
||||||
/* Use routines from Kernel Library */
|
|
||||||
using namespace KE;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This routine starts up the XT kernel. It is called by boot loader.
|
* This routine starts up the XT kernel. It is called by boot loader.
|
||||||
*
|
*
|
||||||
@@ -22,6 +19,7 @@ using namespace KE;
|
|||||||
*
|
*
|
||||||
* @since XT 1.0
|
* @since XT 1.0
|
||||||
*/
|
*/
|
||||||
|
XTCLINK
|
||||||
XTAPI
|
XTAPI
|
||||||
VOID
|
VOID
|
||||||
KeStartXtSystem(IN PKERNEL_INITIALIZATION_BLOCK Parameters)
|
KeStartXtSystem(IN PKERNEL_INITIALIZATION_BLOCK Parameters)
|
||||||
|
|||||||
Reference in New Issue
Block a user