diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-22 23:35:02 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-22 23:35:02 +0300 |
| commit | 72df0de8cb579fd96449d19eb57fc71335907a19 (patch) | |
| tree | 6a0a24478fe95f009619787afd24ddfe5df8cfd7 /include/apos/mem_nodes.h | |
| parent | d99be9e2912e0726ab779053b43a89e3b9e21490 (diff) | |
| download | kmi-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.h | 11 |
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 */ |
