Add missing documentation comment block
Visas pārbaudes ir veiksmīgas
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 29s

Šī revīzija ir iekļauta:
Rafal Kupiec 2023-11-15 15:50:33 +01:00
vecāks 5d27473bb0
revīzija 35aa26e0e9
Parakstījis: belliash
GPG atslēgas ID: 4E829243E0CFE6B4

Parādīt failu

@ -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,