]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/testpmd.h
app: no more bare metal environment
[dpdk.git] / app / test-pmd / testpmd.h
index 16c6fbf2a3778f7f30fc242b8e798e5746e0f771..153e26baf7e475cfce77a81b46bd01fb4af3f2a2 100644 (file)
 #ifndef _TESTPMD_H_
 #define _TESTPMD_H_
 
-/* icc on baremetal gives us troubles with function named 'main' */
-#ifdef RTE_EXEC_ENV_BAREMETAL
-#define main _main
-int main(int argc, char **argv);
-#endif
-
 #define RTE_PORT_ALL            (~(portid_t)0x0)
 
 #define RTE_TEST_RX_DESC_MAX    2048