mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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>
This commit is contained in:
parent
31180dbdca
commit
c9653b77d5
8 changed files with 1078 additions and 1029 deletions
|
@ -39,6 +39,7 @@
|
|||
#include "qemu/module.h"
|
||||
#include "qemu/range.h"
|
||||
|
||||
#include "e1000_common.h"
|
||||
#include "e1000x_common.h"
|
||||
#include "trace.h"
|
||||
#include "qom/object.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue