From 25fa708c31a5a189fac7ad98d61f5541f3f7fa84 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 11 Oct 2024 14:17:37 +0200 Subject: IMP: Add Readme for the ZKA Wireless Model. IMP: Add XCode files for the mac devs. - Still need btb configuration. Signed-off-by: Amlal El Mahrouss --- dev/hpfs/src/hpfs_main.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/hpfs/src') diff --git a/dev/hpfs/src/hpfs_main.cxx b/dev/hpfs/src/hpfs_main.cxx index a72573cb..cca3bde6 100644 --- a/dev/hpfs/src/hpfs_main.cxx +++ b/dev/hpfs/src/hpfs_main.cxx @@ -2,7 +2,7 @@ Copyright ZKA Technologies. - FILE: IFSMain.cxx + FILE: hpfs_main.cxx PURPOSE: HPFS IFS entrypoint. ------------------------------------------- */ @@ -12,7 +12,7 @@ static DDK_OBJECT_MANIFEST* kIfsObject = nullptr; -/** @brief HPFS IFS main. */ +/** @brief HPFS IFS main module function. */ int32_t ModuleMain(void) { auto ifs_handle = KernelGetObject(0, "IFS_OBJECT"); -- cgit v1.2.3