aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/include
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-05-24 23:28:37 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-05-24 23:28:37 +0300
commit018624dd5b1692b88f7b2e85652ea7b898043b6d (patch)
tree0aa018640dc6bd5ebca7120df95dca4269be61d6 /arch/riscv64/include
parent4123ec776d3769728e1e12379887da34c12ee8f8 (diff)
downloadkmi-018624dd5b1692b88f7b2e85652ea7b898043b6d.tar.gz
kmi-018624dd5b1692b88f7b2e85652ea7b898043b6d.zip
make process loading more generic
Diffstat (limited to 'arch/riscv64/include')
-rw-r--r--arch/riscv64/include/proc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/riscv64/include/proc.h b/arch/riscv64/include/proc.h
new file mode 100644
index 0000000..c0bf3af
--- /dev/null
+++ b/arch/riscv64/include/proc.h
@@ -0,0 +1,9 @@
+#ifndef APOS_RISCV_PROC_H
+#define APOS_RISCV_PROC_H
+
+/**
+ * @file proc.h
+ * riscv64-specific process-related stuff. Currently empty.
+ */
+
+#endif /* APOS_RISCV_PROC_H */