Trying to figure out how to implement my WINC like compatibility layer. Going the emulation way is probably not so smart. We should not use the kernel but rather hook native functions in the Exec calls.
EXPORTS
_ZN16RUsbHostMsDevice11DismountLunEi @ 1 NONAME
_ZN16RUsbHostMsDevice3AddERK22THostMassStorageConfigR14TRequestStatus @ 2 NONAME
_ZN16RUsbHostMsDevice6RemoveEv @ 3 NONAME
_ZN16RUsbHostMsDevice8MountLunEmi @ 4 NONAME
_ZN16RUsbHostMsDevice9GetNumLunERm @ 5 NONAME
_ZN16RUsbHostMsDeviceC1Ev @ 6 NONAME
_ZN16RUsbHostMsDeviceC2Ev @ 7 NONAME
_ZN21RUsbHostMsLogicalUnit10InitialiseERK9RMessage2im @ 8 NONAME
_ZN21RUsbHostMsLogicalUnit10SuspendLunEv @ 9 NONAME
_ZN21RUsbHostMsLogicalUnit12ForceRemountEj @ 10 NONAME
_ZN21RUsbHostMsLogicalUnit12NotifyChangeER5TDes8R14TRequestStatus @ 11 NONAME
_ZN21RUsbHostMsLogicalUnit12UnInitialiseEv @ 12 NONAME
_ZN21RUsbHostMsLogicalUnit4CapsER9TCapsInfo @ 13 NONAME
_ZN21RUsbHostMsLogicalUnit4ReadExiR5TDes8 @ 14 NONAME
_ZN21RUsbHostMsLogicalUnit5EraseExi @ 15 NONAME
_ZN21RUsbHostMsLogicalUnit5WriteExiRK6TDesC8 @ 16 NONAME
_ZN21RUsbHostMsLogicalUnitC1Ev @ 17 NONAME
_ZN21RUsbHostMsLogicalUnitC2Ev @ 18 NONAME
_ZN21RUsbHostMsLogicalUnit18NotifyChangeCancelEv @ 19 NONAME