Linux Kernel
3.7.1
|
#include <interrupt.h>
Data Fields | |
struct tasklet_struct * | next |
unsigned long | state |
atomic_t | count |
void(* | func )(unsigned long) |
unsigned long | data |
Definition at line 505 of file interrupt.h.
atomic_t count |
Definition at line 509 of file interrupt.h.
Definition at line 511 of file interrupt.h.
Definition at line 510 of file interrupt.h.
struct tasklet_struct* next |
Definition at line 507 of file interrupt.h.
Definition at line 508 of file interrupt.h.