aboutsummaryrefslogtreecommitdiff
path: root/include/apos/mem_nodes.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-05-22 23:35:02 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-05-22 23:35:02 +0300
commit72df0de8cb579fd96449d19eb57fc71335907a19 (patch)
tree6a0a24478fe95f009619787afd24ddfe5df8cfd7 /include/apos/mem_nodes.h
parentd99be9e2912e0726ab779053b43a89e3b9e21490 (diff)
downloadkmi-72df0de8cb579fd96449d19eb57fc71335907a19.tar.gz
kmi-72df0de8cb579fd96449d19eb57fc71335907a19.zip
add @file info to all files
+ Next step, start documenting contents of each file.
Diffstat (limited to 'include/apos/mem_nodes.h')
-rw-r--r--include/apos/mem_nodes.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/include/apos/mem_nodes.h b/include/apos/mem_nodes.h
index 50f280d..5a67f08 100644
--- a/include/apos/mem_nodes.h
+++ b/include/apos/mem_nodes.h
@@ -1,5 +1,10 @@
-#ifndef MM_NODES_H
-#define MM_NODES_H
+#ifndef APOS_MM_NODES_H
+#define APOS_MM_NODES_H
+
+/**
+ * @file mem_nodes.
+ * Memory node subsystem. Used by the memory region subsystem.
+ */
#include <apos/vmem.h>
#include <apos/nodes.h>
@@ -10,4 +15,4 @@ void destroy_mem_blocks();
struct mem_region *get_mem_node();
void free_mem_node(struct mem_region *m);
-#endif /* MM_NODES_H */
+#endif /* APOS_MM_NODES_H */