Ignore:
Timestamp:
Aug 10, 2017, 11:21:16 PM (8 years ago)
Author:
David Azarewicz
Message:

Misc fixes. NULL pointer fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/ioctl.c

    r181 r191  
    6565                         USHORT *d);
    6666
    67 extern IORBH FAR16DATA * __far16 IoctlWakeup16(IORBH FAR16DATA*);
     67extern IORBH FAR16DATA * (__far16 *Far16AdrOfIoctlWakeup16)(IORBH FAR16DATA*);
    6868
    6969/* ------------------------ global/static variables ------------------------ */
     
    175175  ic->iorb.iorbh.RequestControl   = IORB_ASYNC_POST;
    176176  ic->iorb.iorbh.Timeout          = req->timeout;
    177   ic->iorb.iorbh.NotifyAddress    = IoctlWakeup16;
     177  ic->iorb.iorbh.NotifyAddress    = Far16AdrOfIoctlWakeup16;
    178178
    179179  ic->iorb.cSGList = ic->sg_cnt;
Note: See TracChangeset for help on using the changeset viewer.