diff options
Diffstat (limited to 'hw/net/e1000e_core.h')
| -rw-r--r-- | hw/net/e1000e_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/e1000e_core.h b/hw/net/e1000e_core.h index 49abb136dd..aee32f7e48 100644 --- a/hw/net/e1000e_core.h +++ b/hw/net/e1000e_core.h @@ -143,7 +143,7 @@ e1000e_core_set_link_status(E1000ECore *core); void e1000e_core_pci_uninit(E1000ECore *core); -int +bool e1000e_can_receive(E1000ECore *core); ssize_t |