Linux Kernel
3.7.1
|
#include <seq_file.h>
Data Fields | |
void *(* | start )(struct seq_file *m, loff_t *pos) |
void(* | stop )(struct seq_file *m, void *v) |
void *(* | next )(struct seq_file *m, void *v, loff_t *pos) |
int(* | show )(struct seq_file *m, void *v) |
Definition at line 35 of file seq_file.h.