00001 #ifndef _USR_INTC_H_ 00002 #define _USR_INTC_H_ 00003 00004 #include <avr32/ap7000.h> 00005 #include <avr32/intc.h> 00006 00007 void intc_set_irq( volatile avr32_intc_t * intc, unsigned int line, unsigned int level, unsigned int offset); 00008 00009 #endif 00010
1.5.1