Add missing documentation comment block
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 29s

This commit is contained in:
Rafal Kupiec 2023-11-15 15:50:33 +01:00
parent 5d27473bb0
commit 35aa26e0e9
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -630,6 +630,19 @@ ArWriteControlRegister(IN USHORT ControlRegister,
}
}
/**
* Writes a value to the specified CPU debug register.
*
* @param DebugRegister
* Supplies a number of a debug register for write operation.
*
* @param Value
* Suplies a value to write to the specified DR register.
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
XTCDECL
VOID
ArWriteDebugRegister(IN USHORT DebugRegister,