aboutsummaryrefslogtreecommitdiff
path: root/include/arch/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/arch.h')
-rw-r--r--include/arch/arch.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/arch/arch.h b/include/arch/arch.h
index f684cf0..801e363 100644
--- a/include/arch/arch.h
+++ b/include/arch/arch.h
@@ -1,6 +1,12 @@
#ifndef APOS_ARCH_H
#define APOS_ARCH_H
+/**
+ * @file arch.h
+ * Arch-specific generic stuff, generally implemented in
+ * arch/whatever/kernel/main.c
+ */
+
#include <apos/types.h>
stat_t setup_arch(void *fdt);