diff options
Diffstat (limited to 'drivers/rtl8139.h')
-rw-r--r-- | drivers/rtl8139.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/rtl8139.h b/drivers/rtl8139.h index 1f3d84e..6e13fdd 100644 --- a/drivers/rtl8139.h +++ b/drivers/rtl8139.h @@ -1 +1,4 @@ +#include <stdint.h> +void get_mac_address(uint8_t mac[6]); void rtl8139_init(void); +int rtl8139_send_data(uint8_t *data, uint16_t data_size); |