From 35aa26e0e9aa9070faaa51adf80e84b8718b17d0 Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 15 Nov 2023 15:50:33 +0100 Subject: [PATCH] Add missing documentation comment block --- xtoskrnl/ar/i686/cpufunc.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/xtoskrnl/ar/i686/cpufunc.c b/xtoskrnl/ar/i686/cpufunc.c index fd36aae..17da213 100644 --- a/xtoskrnl/ar/i686/cpufunc.c +++ b/xtoskrnl/ar/i686/cpufunc.c @@ -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,