Contiki-Inga 3.x
xmega_interrupt.h
1 #ifndef __XMEGA_INTERRUPT_H__
2 #define __XMEGA_INTERRUPT_H__
3 
4 #include <avr/io.h>
5 #include <stdint.h>
6 #include <avrdef.h>
7 
8 void xmega_interrupt_enable(uint8_t bm);
9 
10 #endif // #ifndef __XMEGA_INTERRUPT_H__