AppleWin/source/linux/network/uthernet2.h
Andrea Odetti ed98c6ce01 Support (again) the Uthernet2 card.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-10-23 20:23:55 +01:00

7 lines
247 B
C

#pragma once
// this register the IOCalls for Uthernet 2 on slot 3
// if TFE is not enabled (or available) all operations will timeout
void registerUthernet2(UINT uSlot);
void unRegisterUthernet2();
void processEventsUthernet2(uint32_t timeout);