Linux Kernel
3.7.1
|
#include <mmiotrace.h>
Data Fields | |
struct list_head | list |
unsigned long | addr |
unsigned long | len |
kmmio_pre_handler_t | pre_handler |
kmmio_post_handler_t | post_handler |
void * | private |
Definition at line 15 of file mmiotrace.h.
unsigned long addr |
Definition at line 19 of file mmiotrace.h.
unsigned long len |
Definition at line 21 of file mmiotrace.h.
Definition at line 17 of file mmiotrace.h.
kmmio_post_handler_t post_handler |
Definition at line 25 of file mmiotrace.h.
kmmio_pre_handler_t pre_handler |
Definition at line 23 of file mmiotrace.h.
void* private |
Definition at line 26 of file mmiotrace.h.