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. --- common/dmem.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'common/dmem.c') diff --git a/common/dmem.c b/common/dmem.c index a116547..1d5608c 100644 --- a/common/dmem.c +++ b/common/dmem.c @@ -1,3 +1,10 @@ +/** + * @file dmem.c + * Handle device memory, i.e. anything outside the physical RAM. + * + * \todo Handle NUMA. + */ + #include static struct mem_region_root pre_ram = { 0 }; -- cgit v1.3