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/mem_regions.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/mem_regions.c') diff --git a/common/mem_regions.c b/common/mem_regions.c index e6c4644..e1eff0d 100644 --- a/common/mem_regions.c +++ b/common/mem_regions.c @@ -1,3 +1,9 @@ +/** + * @file mem_regions.c + * Memory region handling, used by both device memory and user virtual memory + * subsystems. + */ + #include #include #include -- cgit v1.3