[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 13/16] hw/net/ne2000-isa: Add guards to the header
From: |
Philippe Mathieu-Daudé |
Subject: |
[Qemu-ppc] [PATCH 13/16] hw/net/ne2000-isa: Add guards to the header |
Date: |
Fri, 4 Jan 2019 18:58:44 +0100 |
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
include/hw/net/ne2000-isa.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/include/hw/net/ne2000-isa.h b/include/hw/net/ne2000-isa.h
index ff2bed9c95..527337c454 100644
--- a/include/hw/net/ne2000-isa.h
+++ b/include/hw/net/ne2000-isa.h
@@ -6,6 +6,10 @@
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*/
+
+#ifndef HW_NET_NE2K_ISA_H
+#define HW_NET_NE2K_ISA_H
+
#include "hw/hw.h"
#include "hw/qdev.h"
#include "hw/isa/isa.h"
@@ -31,3 +35,5 @@ static inline ISADevice *isa_ne2000_init(ISABus *bus, int
base, int irq,
}
return d;
}
+
+#endif
--
2.17.2
- Re: [Qemu-ppc] [PATCH 08/16] MAINTAINERS: Add missing entries for the TI touchscreen devices, (continued)
[Qemu-ppc] [PATCH 09/16] hw/devices: Move TI touchscreen declarations into a new header, Philippe Mathieu-Daudé, 2019/01/04
[Qemu-ppc] [PATCH 10/16] typedefs: Remove MouseTransformInfo, Philippe Mathieu-Daudé, 2019/01/04
[Qemu-ppc] [PATCH 11/16] typedefs: Remove PS2State, Philippe Mathieu-Daudé, 2019/01/04
[Qemu-ppc] [PATCH 12/16] hw/devices: Move LAN9118 declarations into a new header, Philippe Mathieu-Daudé, 2019/01/04
[Qemu-ppc] [PATCH 13/16] hw/net/ne2000-isa: Add guards to the header,
Philippe Mathieu-Daudé <=
[Qemu-ppc] [PATCH 14/16] hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded string, Philippe Mathieu-Daudé, 2019/01/04
[Qemu-ppc] [PATCH 15/16] hw/devices: Move SMSC 91C111 declaration into a new header, Philippe Mathieu-Daudé, 2019/01/04
[Qemu-ppc] [PATCH 16/16] RFC hw/net/smc91c111: Convert init helper into an inline function, Philippe Mathieu-Daudé, 2019/01/04