PCI network qdev conversion

Signed-off-by: Paul Brook <paul@codesourcery.com>
diff --git a/net.h b/net.h
index cdf63a4..41a3082 100644
--- a/net.h
+++ b/net.h
@@ -127,4 +127,11 @@
 #define SMBD_COMMAND "/usr/sbin/smbd"
 #endif
 
+void qdev_get_macaddr(DeviceState *dev, uint8_t *macaddr);
+VLANClientState *qdev_get_vlan_client(DeviceState *dev,
+                                      IOReadHandler *fd_read,
+                                      IOCanRWHandler *fd_can_read,
+                                      NetCleanup *cleanup,
+                                      void *opaque);
+
 #endif