Add missing routines documentation
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
7496c7203d
commit
df8de3f85f
@ -51,6 +51,13 @@ HlCpuId(IN OUT PCPUID_REGISTERS Registers)
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Halts the central processing unit (CPU).
|
||||||
|
*
|
||||||
|
* @return This routine does not return any value.
|
||||||
|
*
|
||||||
|
* @since XT 1.0
|
||||||
|
*/
|
||||||
XTAPI
|
XTAPI
|
||||||
VOID
|
VOID
|
||||||
HlHalt()
|
HlHalt()
|
||||||
|
@ -51,6 +51,13 @@ HlCpuId(IN OUT PCPUID_REGISTERS Registers)
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Halts the central processing unit (CPU).
|
||||||
|
*
|
||||||
|
* @return This routine does not return any value.
|
||||||
|
*
|
||||||
|
* @since XT 1.0
|
||||||
|
*/
|
||||||
XTAPI
|
XTAPI
|
||||||
VOID
|
VOID
|
||||||
HlHalt()
|
HlHalt()
|
||||||
|
@ -12,6 +12,9 @@
|
|||||||
/**
|
/**
|
||||||
* 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.
|
||||||
*
|
*
|
||||||
|
* @param Parameters
|
||||||
|
* Supplies a pointer to memory area containing parameters passed to kernel by bootloader.
|
||||||
|
*
|
||||||
* @return This routine does not return any value.
|
* @return This routine does not return any value.
|
||||||
*
|
*
|
||||||
* @since XT 1.0
|
* @since XT 1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user