Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5056 → Rev 6082

/drivers/include/linux/irqreturn.h
3,7 → 3,7
 
/**
* enum irqreturn
* @IRQ_NONE interrupt was not from this device
* @IRQ_NONE interrupt was not from this device or was not handled
* @IRQ_HANDLED interrupt was handled by this device
* @IRQ_WAKE_THREAD handler requests to wake the handler thread
*/