diff options
Diffstat (limited to 'driver/e1000.h')
| -rw-r--r-- | driver/e1000.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/driver/e1000.h b/driver/e1000.h index 5413fe1..8534b6d 100644 --- a/driver/e1000.h +++ b/driver/e1000.h @@ -1 +1,4 @@ -void init_e1000(); +#include <stdint.h> +bool e1000_init(uint32_t base); +int e1000_sendPacket(const void * p_data, uint16_t p_len); +void e1000_irq (int irq); |
