blob: 95ce62ab8ce0ace69a6cf17a936fcfb3b7389033 (
plain) (
blame)
1
2
3
4
5
6
7
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 */
|