diff options
Diffstat (limited to 'arch/riscv64/include/proc.h')
| -rw-r--r-- | arch/riscv64/include/proc.h | 9 |
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 */ |
