diff options
author | Marvin Borner | 2020-09-27 13:17:55 +0200 |
---|---|---|
committer | Marvin Borner | 2020-09-27 13:17:55 +0200 |
commit | 9286bba7b273301dd777dd15feec40492ccd9a03 (patch) | |
tree | 680be140917394568830ef7efc14cb79b77bb671 /kernel/inc/rtl8139.h | |
parent | cac7c352a1ece2744de42128a9c69df16f05d26a (diff) |
Added UDP, DHCP, ARP
Quite awesome, IMHO
Diffstat (limited to 'kernel/inc/rtl8139.h')
-rw-r--r-- | kernel/inc/rtl8139.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/inc/rtl8139.h b/kernel/inc/rtl8139.h index e12f315..d84d115 100644 --- a/kernel/inc/rtl8139.h +++ b/kernel/inc/rtl8139.h @@ -28,7 +28,7 @@ #define RTL_PORT_RXMISS 0x4C #define RTL_PORT_CONFIG 0x52 -void rtl8139_install(); +int rtl8139_install(); void rtl8139_send_packet(void *data, u32 len); u8 *rtl8139_get_mac(); |