Linux Kernel
3.7.1
|
#include <seq_midi_event.h>
Data Fields | |
int | qlen |
int | read |
int | type |
unsigned char | lastcmd |
unsigned char | nostat |
int | bufsize |
unsigned char * | buf |
spinlock_t | lock |
Definition at line 30 of file seq_midi_event.h.
Definition at line 37 of file seq_midi_event.h.
int bufsize |
Definition at line 36 of file seq_midi_event.h.
unsigned char lastcmd |
Definition at line 34 of file seq_midi_event.h.
spinlock_t lock |
Definition at line 38 of file seq_midi_event.h.
unsigned char nostat |
Definition at line 35 of file seq_midi_event.h.
int qlen |
Definition at line 31 of file seq_midi_event.h.
int read |
Definition at line 32 of file seq_midi_event.h.
Definition at line 33 of file seq_midi_event.h.