Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
v_midi.h
Go to the documentation of this file.
1 typedef struct vmidi_devc {
2  int dev;
3 
4  /* State variables */
5  int opened;
7 
8  /* MIDI fields */
9  int my_mididev;
13  void (*midi_input_intr) (int dev, unsigned char data);
14  } vmidi_devc;