AppleWin/source/linux/network/uthernet2.h
Andrea Odetti 22a9c64010 Uthernet 2: add settings.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-05-05 15:56:10 +01:00

7 lines
237 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();
void unRegisterUthernet2();
void processEventsUthernet2(uint32_t timeout);