[BACK]Return to v_midi.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / sound / oss

File: [Development] / linux-2.6-xfs / sound / oss / v_midi.h (download)

Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.6.0

typedef struct vmidi_devc {
	   int dev;

	/* State variables */
 	   int opened;
	   spinlock_t lock;
	
	/* MIDI fields */
	   int my_mididev;
	   int pair_mididev;
	   int input_opened;
	   int intr_active;
	   void (*midi_input_intr) (int dev, unsigned char data);
	} vmidi_devc;