X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Feal_options.h;h=a881c62e2203d9e46ac906a2cacc1ee9f2190c8a;hb=feb9f680cd2c1df3d47bf4c05dc872467176e1e3;hp=4245fd539847b8d6a11a303c61b43d987de0dc29;hpb=9e2167159936882a3bf9954b5f63cc37d402f4a6;p=dpdk.git diff --git a/lib/librte_eal/common/eal_options.h b/lib/librte_eal/common/eal_options.h index 4245fd5398..a881c62e22 100644 --- a/lib/librte_eal/common/eal_options.h +++ b/lib/librte_eal/common/eal_options.h @@ -95,5 +95,6 @@ int eal_adjust_config(struct internal_config *internal_cfg); int eal_check_common_options(struct internal_config *internal_cfg); void eal_common_usage(void); enum rte_proc_type_t eal_proc_type_detect(void); +int eal_plugins_init(void); #endif /* EAL_OPTIONS_H */