diff options
Diffstat (limited to 'hw/net/e1000x_common.h')
-rw-r--r-- | hw/net/e1000x_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/e1000x_common.h b/hw/net/e1000x_common.h index b991d81..86a31b6 100644 --- a/hw/net/e1000x_common.h +++ b/hw/net/e1000x_common.h @@ -178,7 +178,7 @@ uint32_t e1000x_rxbufsize(uint32_t rctl); bool e1000x_rx_ready(PCIDevice *d, uint32_t *mac); -bool e1000x_is_vlan_packet(const uint8_t *buf, uint16_t vet); +bool e1000x_is_vlan_packet(const void *buf, uint16_t vet); bool e1000x_rx_group_filter(uint32_t *mac, const uint8_t *buf); |