10 #ifndef _RTE_VERSION_H_ 11 #define _RTE_VERSION_H_ 23 #define RTE_VERSION_NUM(a,b,c,d) ((a) << 24 | (b) << 16 | (c) << 8 | (d)) 28 #define RTE_VERSION RTE_VERSION_NUM( \ unsigned int rte_version_year(void)
const char * rte_version_suffix(void)
const char * rte_version(void)
unsigned int rte_version_month(void)
unsigned int rte_version_release(void)
unsigned int rte_version_minor(void)
const char * rte_version_prefix(void)