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/pmem.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/apos/pmem.h') diff --git a/include/apos/pmem.h b/include/apos/pmem.h index 2ff817d..0b11555 100644 --- a/include/apos/pmem.h +++ b/include/apos/pmem.h @@ -1,6 +1,11 @@ #ifndef APOS_PMEM_H #define APOS_PMEM_H +/** + * @file pmem.h + * Physical memory subsystem. Used to allocate and free physical memory pages. + */ + #include #include #include -- cgit v1.3