Changeset 176 for sbliveos2/trunk/sblive
- Timestamp:
- Apr 14, 2001, 7:03:36 PM (24 years ago)
- Location:
- sbliveos2/trunk/sblive
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/sblive/cardmi.h
r151 r176 82 82 83 83 /* For MIDI state machine */ 84 u 8status; /* For MIDI running status */85 u 8fstatus; /* For 0xFn status only */84 u32 status; /* For MIDI running status */ 85 u32 fstatus; /* For 0xFn status only */ 86 86 midi_in_state curstate; 87 87 midi_in_state laststate; -
sbliveos2/trunk/sblive/emu_wrapper.h
r142 r176 35 35 #define GET_INODE_STRUCT() struct inode *inode = file->f_dentry->d_inode 36 36 37 #define tasklet_struct tq_struct 38 37 39 #ifdef TARGET_OS2 38 40 void tasklet_hi_schedule(struct tasklet_struct *t); … … 47 49 (t)->data = (void *)(d) 48 50 49 #define tasklet_struct tq_struct50 51 51 52 #ifdef TARGET_OS2
Note:
See TracChangeset
for help on using the changeset viewer.