tb/asmicon: concurrent reads and writes
[litex.git] / common / interrupt.h
1 #ifndef __INTERRUPT_H
2 #define __INTERRUPT_H
3
4 #define UART_INTERRUPT 0
5 #define TIMER0_INTERRUPT 1
6 #define MINIMAC_INTERRUPT 2
7
8 #endif /* __INTERRUPT_H */