ed98c6ce01
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
7 lines
247 B
C
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);
|