mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
8 lines
154 B
C
8 lines
154 B
C
#ifndef __INTERRUPT_H
|
|
#define __INTERRUPT_H
|
|
|
|
#define UART_INTERRUPT 0
|
|
#define TIMER0_INTERRUPT 1
|
|
#define MINIMAC_INTERRUPT 2
|
|
|
|
#endif /* __INTERRUPT_H */
|