ApertureOS
rtl8139.h
Go to the documentation of this file.
1 #ifndef _NETWORK_RTL_8139_DRIV_H_
2 #define _NETWORK_RTL_8139_DRIV_H_
3 
4 #include "types.h"
5 #include "../network.h"
6 
7 bool
8 RTL8139_Detect(uint32_t index);
9 
10 uint32_t
11 RTL8139_Initialize(uint32_t deviceIndex);
12 
13 uint32_t
14 RTL8139_Reset(void);
15 
16 #endif
uint32_t RTL8139_Reset(void)
Definition: rtl8139.c:99
uint32_t RTL8139_Initialize(uint32_t deviceIndex)
Definition: rtl8139.c:79
bool RTL8139_Detect(uint32_t index)
Definition: rtl8139.c:10