diff options
Diffstat (limited to 'arch/riscv64/include/irq.h')
| -rw-r--r-- | arch/riscv64/include/irq.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/riscv64/include/irq.h b/arch/riscv64/include/irq.h new file mode 100644 index 0000000..95ce62a --- /dev/null +++ b/arch/riscv64/include/irq.h @@ -0,0 +1,8 @@ +#ifndef APOS_RISCV_IRQ_H +#define APOS_RISCV_IRQ_H +/** + * @file irq.h + * riscv64 irq header, currently empty but kept around for forwards + * compatibility. + */ +#endif /* APOS_RISCV_IRQ_H */ |
