mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded string
Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20190412165416.7977-12-philmd@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
committed by
Peter Maydell
parent
e7a3c55a95
commit
94630665b5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user