forked from xt-sys/exectos
Implement HlHalt() intrinsic routine and add basic definitions for kernel services
This commit is contained in:
@@ -22,6 +22,10 @@ XTAPI
|
||||
BOOLEAN
|
||||
HlCpuId(IN OUT PCPUID_REGISTERS Registers);
|
||||
|
||||
XTAPI
|
||||
VOID
|
||||
HlHalt();
|
||||
|
||||
XTAPI
|
||||
UCHAR
|
||||
HlIoPortInByte(IN USHORT Port);
|
||||
|
Reference in New Issue
Block a user