]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/include/rte_eal.h
eal/windows: remove useless C++ include guard
[dpdk.git] / lib / eal / include / rte_eal.h
index f1af86bfff854d9fc142416373e79482e646157f..5a34a6acd9d9e794bf502e172ace95de61e12a34 100644 (file)
@@ -12,7 +12,6 @@
  */
 
 #include <stdint.h>
-#include <sched.h>
 #include <time.h>
 
 #include <rte_config.h>
@@ -156,7 +155,6 @@ int rte_eal_primary_proc_alive(const char *config_file_path);
  *     attached,
  *   - false, otherwise.
  */
-__rte_experimental
 bool rte_mp_disable(void);
 
 #define RTE_MP_MAX_FD_NUM      8    /* The max amount of fds */