Changeset 191 for trunk/src/os2ahci/ioctl.c
- Timestamp:
- Aug 10, 2017, 11:21:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ioctl.c
r181 r191 65 65 USHORT *d); 66 66 67 extern IORBH FAR16DATA * __far16 IoctlWakeup16(IORBH FAR16DATA*);67 extern IORBH FAR16DATA * (__far16 *Far16AdrOfIoctlWakeup16)(IORBH FAR16DATA*); 68 68 69 69 /* ------------------------ global/static variables ------------------------ */ … … 175 175 ic->iorb.iorbh.RequestControl = IORB_ASYNC_POST; 176 176 ic->iorb.iorbh.Timeout = req->timeout; 177 ic->iorb.iorbh.NotifyAddress = IoctlWakeup16;177 ic->iorb.iorbh.NotifyAddress = Far16AdrOfIoctlWakeup16; 178 178 179 179 ic->iorb.cSGList = ic->sg_cnt;
Note:
See TracChangeset
for help on using the changeset viewer.