From c9653b77d59afdecdc2c0047db8ce88f88a5d1aa Mon Sep 17 00:00:00 2001 From: Akihiko Odaki Date: Thu, 23 Feb 2023 19:50:51 +0900 Subject: e1000: Split header files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Marcel Apfelbaum Signed-off-by: Akihiko Odaki Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Jason Wang --- hw/net/e1000x_common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/net/e1000x_common.c') 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" -- cgit v1.1