From 94630665b5b04235400a7bb6236539b2593eff35 Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Fri, 12 Apr 2019 18:54:15 +0200 Subject: hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded string Reviewed-by: Markus Armbruster Signed-off-by: Philippe Mathieu-Daudé Message-id: 20190412165416.7977-12-philmd@redhat.com Signed-off-by: Peter Maydell --- include/hw/net/lan9118.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/hw/net') diff --git a/include/hw/net/lan9118.h b/include/hw/net/lan9118.h index d13d8cd3d2..500acb4c14 100644 --- a/include/hw/net/lan9118.h +++ b/include/hw/net/lan9118.h @@ -14,6 +14,8 @@ #include "hw/irq.h" #include "net/net.h" +#define TYPE_LAN9118 "lan9118" + void lan9118_init(NICInfo *, uint32_t, qemu_irq); #endif -- cgit v1.2.3-55-g7522