#include <sys/device.h>
Go to the source code of this file.
Functions | |
int | NutRegisterInterrupt (int irq, void(*handler)(void *), void *arg) |
Register an interrupt handler. |
|
Register an interrupt handler. This function is typically called by device drivers.
|