Interrupt callback information structure. More...
Interrupt callback information structure.
Definition at line 41 of file async_read.h.
#include <async_read.h>
Data Fields | |
| pid_t | child_pid | 
| PID of the interrupt listener.  | |
| native_async_read_callback_t | cb | 
| Interrupt callback function.  | |
| void * | arg | 
| Argument ptr for the callback.  | |
| struct pollfd * | fd | 
| sysfs gpio fd  | |