diff options
| author | Akihiko Odaki <akihiko.odaki@daynix.com> | 2023-02-23 19:50:51 +0900 |
|---|---|---|
| committer | Jason Wang <jasowang@redhat.com> | 2023-03-10 15:35:38 +0800 |
| commit | c9653b77d59afdecdc2c0047db8ce88f88a5d1aa (patch) | |
| tree | 664e21d9cb70bfe887a70d061adb238c960a51bf /hw/net/e1000e_core.c | |
| parent | 31180dbdca2859ae9841939f85158908453ea01d (diff) | |
| download | focaccia-qemu-c9653b77d59afdecdc2c0047db8ce88f88a5d1aa.tar.gz focaccia-qemu-c9653b77d59afdecdc2c0047db8ce88f88a5d1aa.zip | |
e1000: Split header files
Some definitions in the header files are invalid for igb so extract them to new header files to keep igb from referring to them. Signed-off-by: Gal Hammer <gal.hammer@sap.com> Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'hw/net/e1000e_core.c')
| -rw-r--r-- | hw/net/e1000e_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/net/e1000e_core.c b/hw/net/e1000e_core.c index c6111c2020..4d9679ca0b 100644 --- a/hw/net/e1000e_core.c +++ b/hw/net/e1000e_core.c @@ -45,6 +45,7 @@ #include "net_tx_pkt.h" #include "net_rx_pkt.h" +#include "e1000_common.h" #include "e1000x_common.h" #include "e1000e_core.h" |