X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/01d269879f127dff8db5367f3c341d983db3ab40..13951ab043c43d0e3ea4ac0ae6a641fd88e7fcb0:/LUFA/Platform/UC3/InterruptManagement.h diff --git a/LUFA/Platform/UC3/InterruptManagement.h b/LUFA/Platform/UC3/InterruptManagement.h index bcceab7f6..bc27f2207 100644 --- a/LUFA/Platform/UC3/InterruptManagement.h +++ b/LUFA/Platform/UC3/InterruptManagement.h @@ -84,6 +84,9 @@ /* Private Interface - For use in library only: */ #if !defined(__DOXYGEN__) + /* Type Defines: */ + typedef void (*InterruptHandlerPtr_t)(void); + /* External Variables: */ extern const void EVBA_Table; extern const uint32_t Autovector_Table[]; @@ -108,10 +111,6 @@ */ #define INTC_IRQ_LINE(IRQIndex) (IRQIndex % 32) - /* Type Defines: */ - /** Type define for an interrupt handler ISR function. */ - typedef void (*InterruptHandlerPtr_t)(void); - /* Function Prototypes: */ /** Initializes the interrupt controller, nulling out all interrupt handlers ready for new registration. This * function should be called once on startup to ensure the interrupt controller is ready for use.