From 72df0de8cb579fd96449d19eb57fc71335907a19 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 22 May 2022 23:35:02 +0300 Subject: add @file info to all files + Next step, start documenting contents of each file. --- include/apos/nodes.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/apos/nodes.h') diff --git a/include/apos/nodes.h b/include/apos/nodes.h index 9cf6728..3fefc4c 100644 --- a/include/apos/nodes.h +++ b/include/apos/nodes.h @@ -1,6 +1,12 @@ #ifndef APOS_NODES_H #define APOS_NODES_H +/** + * @file nodes.h + * Node subsystem. Used by a number of subsystems for allocating specific sizes + * of memory nodes smaller than memory pages. + */ + #include enum node_status { FREE = 0, USED = 1 }; -- cgit v1.3