diff options
author | Marvin Borner | 2020-11-05 17:30:39 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-05 17:32:53 +0100 |
commit | 63e86f792167e6cc2e9600d00b184a3c83fe7498 (patch) | |
tree | 31e2d583be3ebf34782f6ec37f6c524657c40686 /kernel/inc/rtl8139.h | |
parent | 916fca2161e76de67a5106b90baf00a57f2a0512 (diff) |
Added warning flags and fixed them :)
Diffstat (limited to 'kernel/inc/rtl8139.h')
-rw-r--r-- | kernel/inc/rtl8139.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/inc/rtl8139.h b/kernel/inc/rtl8139.h index d84d115..faeb3f6 100644 --- a/kernel/inc/rtl8139.h +++ b/kernel/inc/rtl8139.h @@ -28,8 +28,8 @@ #define RTL_PORT_RXMISS 0x4C #define RTL_PORT_CONFIG 0x52 -int rtl8139_install(); +int rtl8139_install(void); void rtl8139_send_packet(void *data, u32 len); -u8 *rtl8139_get_mac(); +u8 *rtl8139_get_mac(void); #endif |