Implement ArYieldProcessor() routine

This commit is contained in:
2023-02-27 17:28:20 +01:00
parent 286fc76577
commit e41de62dab
4 changed files with 42 additions and 0 deletions

View File

@@ -108,4 +108,8 @@ VOID
ArWriteModelSpecificRegister(IN ULONG Register,
IN ULONGLONG Value);
XTCDECL
VOID
ArYieldProcessor();
#endif /* __XTDK_AMD64_ARFUNCS_H */

View File

@@ -104,4 +104,8 @@ VOID
ArWriteModelSpecificRegister(IN ULONG Register,
IN ULONGLONG Value);
XTCDECL
VOID
ArYieldProcessor();
#endif /* __XTDK_I686_ARFUNCS_H */