#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 */