aboutsummaryrefslogtreecommitdiff
path: root/include/arch/pmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/pmem.h')
-rw-r--r--include/arch/pmem.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/arch/pmem.h b/include/arch/pmem.h
index 08a38ed..e492426 100644
--- a/include/arch/pmem.h
+++ b/include/arch/pmem.h
@@ -1,6 +1,12 @@
#ifndef APOS_ARCH_PMEM_H
#define APOS_ARCH_PMEM_H
+/**
+ * @file pmem.h
+ * Arch-specific physical memory handling, generally implemented in
+ * arch/whatever/kernel/pmem.c
+ */
+
#include <apos/mem.h> /* NUM_ORDERS */
#include <apos/types.h>
#include <pmem.h>