From 9b7a2a6461a463b08a120c660fcc64b46b65d417 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 5 Apr 2025 06:27:18 +0200 Subject: kernel: storage, modules, mbci: implement mbci_read_auth_key, mbci_test_mmio, test DMA on AHCI too. - Alongside fixes for BootNet, SysChk, and refactor for KernelScheduler, and MemoryMgr. - IMPORTANT: Add MBCI specs. Signed-off-by: Amlal El Mahrouss --- dev/modules/CoreGfx/MathGfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/modules/CoreGfx/MathGfx.h') diff --git a/dev/modules/CoreGfx/MathGfx.h b/dev/modules/CoreGfx/MathGfx.h index 655903e2..f03e2f19 100644 --- a/dev/modules/CoreGfx/MathGfx.h +++ b/dev/modules/CoreGfx/MathGfx.h @@ -11,7 +11,7 @@ namespace UI { -#ifdef NE_GFX_MGR_USE_DOUBLE +#ifdef NE_CORE_GFX_USE_DOUBLE typedef double fb_real_t; #else typedef float fb_real_t; -- cgit v1.2.3