Removed HlIoPortWait() routine declaration from XTDK

This commit is contained in:
Jozef Nagy
2023-11-26 13:11:09 +01:00
parent 1c031e8be9
commit 56a73132f8
5 changed files with 37 additions and 8 deletions

View File

@@ -43,8 +43,4 @@ VOID
HlIoPortOutShort(IN USHORT Port,
IN USHORT Value);
XTCDECL
VOID
HlIoPortWait(VOID);
#endif /* __XTDK_AMD64_HLFUNCS_H */

View File

@@ -43,8 +43,4 @@ VOID
HlIoPortOutShort(IN USHORT Port,
IN USHORT Value);
XTCDECL
VOID
HlIoPortWait(VOID);
#endif /* __XTDK_I686_HLFUNCS_H */