]> git.proxmox.com Git - qemu.git/blobdiff - hw/xilinx.h
janitor: add guards to headers
[qemu.git] / hw / xilinx.h
index 735f8e257d62be2790fb999b9499edb39b060431..a12eccbe3c2c1363d0a8a5d475aaf6655b973a36 100644 (file)
@@ -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