]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/vmbus/private.h
mbuf: add FCoE packet type
[dpdk.git] / drivers / bus / vmbus / private.h
index f2022a68cb2b60d7b21ed1763256dbe9eedacfa9..211127dd8db52acca695d59cbc859cf343befee6 100644 (file)
 #include <sys/uio.h>
 #include <rte_log.h>
 #include <rte_vmbus_reg.h>
+#include <rte_bus_vmbus.h>
 
 #ifndef PAGE_SIZE
 #define PAGE_SIZE      4096
 #endif
 
+extern struct rte_vmbus_bus rte_vmbus_bus;
+
 extern int vmbus_logtype_bus;
 #define VMBUS_LOG(level, fmt, args...) \
        rte_log(RTE_LOG_ ## level, vmbus_logtype_bus, "%s(): " fmt "\n", \