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/e1000x_common.c | |
parent | 31180dbdca2859ae9841939f85158908453ea01d (diff) | |
download | qemu-c9653b77d59afdecdc2c0047db8ce88f88a5d1aa.zip qemu-c9653b77d59afdecdc2c0047db8ce88f88a5d1aa.tar.gz qemu-c9653b77d59afdecdc2c0047db8ce88f88a5d1aa.tar.bz2 |
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/e1000x_common.c')
-rw-r--r-- | hw/net/e1000x_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/net/e1000x_common.c b/hw/net/e1000x_common.c index c497923..b844af5 100644 --- a/hw/net/e1000x_common.c +++ b/hw/net/e1000x_common.c @@ -29,6 +29,7 @@ #include "net/eth.h" #include "net/net.h" +#include "e1000_common.h" #include "e1000x_common.h" #include "trace.h" |