mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
net: move net-queue.[ch] under net/
[v2: handle building in a separate dir] Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
f7cbc08ff0
commit
e1144d006d
5 changed files with 10 additions and 6 deletions
2
net.h
2
net.h
|
@ -5,7 +5,7 @@
|
|||
#include "qemu-common.h"
|
||||
#include "qdict.h"
|
||||
#include "qemu-option.h"
|
||||
#include "net-queue.h"
|
||||
#include "net/queue.h"
|
||||
|
||||
struct MACAddr {
|
||||
uint8_t a[6];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue