mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
net: move net-checksum.c under net/
Also add a new net/checksum.h header Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
e1144d006d
commit
7200ac3c7c
7 changed files with 119 additions and 9 deletions
|
@ -25,6 +25,7 @@
|
|||
#include "hw.h"
|
||||
#include "pci.h"
|
||||
#include "net.h"
|
||||
#include "net/checksum.h"
|
||||
#include "loader.h"
|
||||
|
||||
#include "e1000_hw.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue