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
_Z17VariantInitialisev @ 1 NONAME
_ZN7Variant10PowerResetEv @ 2 NONAME
_ZN7Variant14BaseLinAddressEv @ 3 NONAME
_ZN7Variant16MarkDebugPortOffEv @ 4 NONAME
_ZN7Variant8SwitchesEv @ 5 NONAME
_ZN7Variant8UartInitEv @ 6 NONAME