Changeset 176 for sbliveos2/trunk/sblive


Ignore:
Timestamp:
Apr 14, 2001, 7:03:36 PM (24 years ago)
Author:
sandervl
Message:

updates

Location:
sbliveos2/trunk/sblive
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/sblive/cardmi.h

    r151 r176  
    8282
    8383        /* For MIDI state machine */
    84         u8              status;        /* For MIDI running status */
    85         u8              fstatus;       /* For 0xFn status only */
     84        u32             status;        /* For MIDI running status */
     85        u32             fstatus;       /* For 0xFn status only */
    8686        midi_in_state   curstate;
    8787        midi_in_state   laststate;
  • sbliveos2/trunk/sblive/emu_wrapper.h

    r142 r176  
    3535#define GET_INODE_STRUCT()      struct inode *inode = file->f_dentry->d_inode
    3636
     37#define tasklet_struct          tq_struct
     38
    3739#ifdef TARGET_OS2
    3840void tasklet_hi_schedule(struct tasklet_struct *t);
     
    4749                                (t)->data = (void *)(d)
    4850
    49 #define tasklet_struct          tq_struct
    5051
    5152#ifdef TARGET_OS2
Note: See TracChangeset for help on using the changeset viewer.