MNRS-BM-BSP/include/ehrenberg/devices/interrupt.h

12 lines
169 B
C

#ifndef _BSP_INTERRUPT_H
#define _BSP_INTERRUPT_H
#include <stdint.h>
#define irq_t void*
inline void irq_init(volatile irq_t* reg){
}
#endif /* _BSP_INTERRUPT_H */