summaryrefslogtreecommitdiffstats
path: root/hw/net/tulip.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/net/tulip.h')
-rw-r--r--hw/net/tulip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/net/tulip.h b/hw/net/tulip.h
index 5271aad8d5..c3fcd4d4e1 100644
--- a/hw/net/tulip.h
+++ b/hw/net/tulip.h
@@ -5,6 +5,7 @@
#include "net/net.h"
#define TYPE_TULIP "tulip"
+typedef struct TULIPState TULIPState;
#define TULIP(obj) OBJECT_CHECK(TULIPState, (obj), TYPE_TULIP)
#define CSR(_x) ((_x) << 3)