summaryrefslogtreecommitdiff
path: root/kern/macros.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-06-25 00:16:26 +0200
committerRichard Braun <rbraun@sceen.net>2017-06-25 00:16:26 +0200
commit2a0a7f54e42997a749253f330c86741c3d8ad5a9 (patch)
treea46c9e4d6b63ec4c1e30f31c69ce1270de54439c /kern/macros.h
parent3cddb7589c9210cde9ee32e046bf72b72f34ac2b (diff)
Remove the param module
Move the page properties into the new x86/page module, and the virtual memory layout macros into the x86/pmap module.
Diffstat (limited to 'kern/macros.h')
-rw-r--r--kern/macros.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kern/macros.h b/kern/macros.h
index 63ded053..743bdc0d 100644
--- a/kern/macros.h
+++ b/kern/macros.h
@@ -16,6 +16,9 @@
*
*
* Helper macros.
+ *
+ * This file is a top header in the inclusion hierarchy, and shouldn't include
+ * other headers that may cause circular dependencies.
*/
#ifndef _KERN_MACROS_H