fm10k: fix clang warning flags
[dpdk.git] / lib / librte_eal / common / eal_options.h
index 7a08507..e476f8d 100644 (file)
@@ -45,6 +45,8 @@ enum {
        OPT_LONG_MIN_NUM = 256,
 #define OPT_HUGE_DIR    "huge-dir"
        OPT_HUGE_DIR_NUM = OPT_LONG_MIN_NUM,
+#define OPT_MASTER_LCORE "master-lcore"
+       OPT_MASTER_LCORE_NUM,
 #define OPT_PROC_TYPE   "proc-type"
        OPT_PROC_TYPE_NUM,
 #define OPT_NO_SHCONF   "no-shconf"
@@ -83,6 +85,9 @@ extern const struct option eal_long_options[];
 
 int eal_parse_common_option(int opt, const char *argv,
                            struct internal_config *conf);
+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);
 
 #endif /* EAL_OPTIONS_H */