Implement routines for accessing and manipulating CPU control registers

This commit is contained in:
2022-12-02 23:03:42 +01:00
parent b275caf161
commit b89121fded
6 changed files with 531 additions and 9 deletions

View File

@@ -37,13 +37,4 @@ HlInitializeComPort(IN OUT PCPPORT Port,
IN ULONG PortNumber,
IN ULONG BaudRate);
XTAPI
UCHAR
HlIoPortInByte(IN USHORT Port);
XTAPI
VOID
HlIoPortOutByte(IN USHORT Port,
IN UCHAR Data);
#endif /* __XTDK_HLFUNCS_H */