From 0d931fe17b32cc5082f1180138dbb7bd6416dd14 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 17 Nov 2025 09:19:52 +0100 Subject: tools: feat: new syntax for function. Signed-off-by: Amlal El Mahrouss --- dev/modules/APM/APM.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/modules/APM') diff --git a/dev/modules/APM/APM.h b/dev/modules/APM/APM.h index 29de5114..95c749e1 100644 --- a/dev/modules/APM/APM.h +++ b/dev/modules/APM/APM.h @@ -21,9 +21,9 @@ enum { kAPMPowerCommandReboot = 0x08, }; -/// @brief Send a APM command into it's own IO space. +/// @brief Send a APM command into it's controller. (Shutdown, Reboot, Sleep...) /// @param base_dma the IO base port. /// @param cmd the command. -/// @return status code. +/// @return status code of the APM command. EXTERN_C Int32 apm_send_io_command(UInt16 cmd); } // namespace Kernel -- cgit v1.2.3