summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/hpfs/src/hpfs_main.cxx4
-rw-r--r--dev/zwm/ReadMe.md3
2 files changed, 5 insertions, 2 deletions
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");
diff --git a/dev/zwm/ReadMe.md b/dev/zwm/ReadMe.md
new file mode 100644
index 00000000..026d801f
--- /dev/null
+++ b/dev/zwm/ReadMe.md
@@ -0,0 +1,3 @@
+# ZKA Wireless Module.
+
+A DDK driver used to communicate with Wireless protocols.