Add missing documentation comment block
This commit is contained in:
parent
5d27473bb0
commit
35aa26e0e9
@ -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
|
XTCDECL
|
||||||
VOID
|
VOID
|
||||||
ArWriteDebugRegister(IN USHORT DebugRegister,
|
ArWriteDebugRegister(IN USHORT DebugRegister,
|
||||||
|
Loading…
Reference in New Issue
Block a user