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

12 lines
181 B
C

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