changed return type of interrupt handlers

This commit is contained in:
Markus Fröschle
2015-01-10 17:44:04 +00:00
parent b56f40fc98
commit df28a267da
6 changed files with 13 additions and 13 deletions

View File

@@ -556,7 +556,7 @@ void dma_free_channel(int requestor)
/*
* This is the catch-all interrupt handler for the mult-channel DMA
*/
int dma_interrupt_handler(void *arg1, void *arg2)
bool dma_interrupt_handler(void *arg1, void *arg2)
{
int i, interrupts;
uint32_t ipl;