litex/common/interrupt.h

9 lines
154 B
C
Raw Normal View History

2012-05-21 13:52:41 -04:00
#ifndef __INTERRUPT_H
#define __INTERRUPT_H
#define UART_INTERRUPT 0
#define TIMER0_INTERRUPT 1
#define MINIMAC_INTERRUPT 2
#endif /* __INTERRUPT_H */