mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
janitor: add guards to headers
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7edd63f1b1
commit
cb9c377f54
50 changed files with 219 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
#ifndef HW_XILINX_H
|
||||
#define HW_XILINX_H 1
|
||||
|
||||
|
||||
#include "stream.h"
|
||||
#include "qemu-common.h"
|
||||
#include "net/net.h"
|
||||
|
@ -90,3 +94,5 @@ xilinx_axiethernetdma_init(DeviceState *dev, StreamSlave *peer,
|
|||
sysbus_connect_irq(sysbus_from_qdev(dev), 0, irq);
|
||||
sysbus_connect_irq(sysbus_from_qdev(dev), 1, irq2);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue