From 6249f2078e0c024dc2cd52436ba11baf6f70bc2a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 3 Mar 2025 05:46:44 +0100 Subject: ADD: AHCI: New AHCI Driver API, and refactor AHCIDeviceInterface class from SK. NEXT: System Call Table for Kernel to User interaction. Signed-off-by: Amlal El Mahrouss --- dev/Usr/LibWM/Symbols.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'dev/Usr') diff --git a/dev/Usr/LibWM/Symbols.h b/dev/Usr/LibWM/Symbols.h index 842b2bfb..4003fd5d 100644 --- a/dev/Usr/LibWM/Symbols.h +++ b/dev/Usr/LibWM/Symbols.h @@ -8,6 +8,11 @@ #include +struct __wm_msg; + IMPORT_C SInt32 __wm_alert(const char* title, const char* msg, const char* opt_link); IMPORT_C SInt32 __wm_prompt(const char* title, const char* msg, const char** input, const SizeT input_len); -IMPORT_C SInt32 __wm_exec(const char* path); \ No newline at end of file + +IMPORT_C SInt32 __wm_exec(const char* path); + +IMPORT_C SInt32 __wm_dispatch_msg(const void* msg, const SizeT len); \ No newline at end of file -- cgit v1.2.3