X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_devargs.h;h=6014853389a30677b48cb59d1d040b6eb9267009;hb=47828c5f3bc36a3eb0addadfcf05b30ec519824d;hp=b11cbfca3c90c0a3debee420bc33aa1807e9b903;hpb=cfdbd65300db216a34e98d0f40cc210b2d0a4450;p=dpdk.git diff --git a/lib/librte_eal/common/include/rte_devargs.h b/lib/librte_eal/common/include/rte_devargs.h index b11cbfca3c..6014853389 100644 --- a/lib/librte_eal/common/include/rte_devargs.h +++ b/lib/librte_eal/common/include/rte_devargs.h @@ -51,6 +51,7 @@ extern "C" { #include #include #include +#include /** * Type of generic device @@ -89,6 +90,8 @@ struct rte_devargs { char drv_name[RTE_DEV_NAME_MAX_LEN]; } virt; }; + /** Bus handle for the device. */ + struct rte_bus *bus; /** Arguments string as given by user or "" for no argument. */ char *args; };