From d1ddc74c70cea4d73e82f5eef95eb7db19de8c7b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 11 Oct 2024 11:51:25 +0000 Subject: Update hpfs_main.cxx, fix includes for DDK. --- dev/hpfs/src/hpfs_main.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev') diff --git a/dev/hpfs/src/hpfs_main.cxx b/dev/hpfs/src/hpfs_main.cxx index 187fb3ce..a72573cb 100644 --- a/dev/hpfs/src/hpfs_main.cxx +++ b/dev/hpfs/src/hpfs_main.cxx @@ -8,9 +8,9 @@ ------------------------------------------- */ #include -#include +#include -static DDK_OBJECT_MANIFEST* cIFSObject = nullptr; +static DDK_OBJECT_MANIFEST* kIfsObject = nullptr; /** @brief HPFS IFS main. */ int32_t ModuleMain(void) @@ -18,7 +18,7 @@ int32_t ModuleMain(void) auto ifs_handle = KernelGetObject(0, "IFS_OBJECT"); // TODO: Register this IFS with necessary I/O functions... - cIFSObject = ifs_handle; + kIfsObject = ifs_handle; return 0; } -- cgit v1.2.3