Add missing routines documentation
Alle checks waren succesvol
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-12-22 23:41:19 +01:00
bovenliggende 7496c7203d
commit df8de3f85f
3 gewijzigde bestanden met toevoegingen van 17 en 0 verwijderingen

Bestand weergeven

@@ -51,6 +51,13 @@ HlCpuId(IN OUT PCPUID_REGISTERS Registers)
return TRUE;
}
/**
* Halts the central processing unit (CPU).
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
XTAPI
VOID
HlHalt()

Bestand weergeven

@@ -51,6 +51,13 @@ HlCpuId(IN OUT PCPUID_REGISTERS Registers)
return TRUE;
}
/**
* Halts the central processing unit (CPU).
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
XTAPI
VOID
HlHalt()