Implement ArYieldProcessor() routine
All checks were successful
ci/woodpecker/push/build Pipeline was successful

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

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