X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvhost_xen%2Fmain.h;h=481572e66d6b437fb852b2db6fe3eac1340a10e1;hb=98a1648109b8dbaa4e6b821c17d1f6bd86d33a9a;hp=4010766ecfb932ac44407533d0a62860e94b7dd6;hpb=503f9e8b42562b923e73e908be6ba69964f1f1e7;p=dpdk.git diff --git a/examples/vhost_xen/main.h b/examples/vhost_xen/main.h index 4010766ecf..481572e66d 100644 --- a/examples/vhost_xen/main.h +++ b/examples/vhost_xen/main.h @@ -34,12 +34,6 @@ #ifndef _MAIN_H_ #define _MAIN_H_ -#ifdef RTE_EXEC_ENV_BAREMETAL -#define MAIN _main -#else -#define MAIN main -#endif - //#define DEBUG #ifdef DEBUG @@ -80,6 +74,4 @@ struct lcore_info { struct lcore_ll_info *lcore_ll; /* Pointer to data core specific lcore_ll_info struct */ }; - -int MAIN(int argc, char **argv); #endif /* _MAIN_H_ */