aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/include/odp_internal.h')
-rw-r--r--platform/linux-generic/include/odp_internal.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/platform/linux-generic/include/odp_internal.h b/platform/linux-generic/include/odp_internal.h
index d7b71ca4d..b56e85a0c 100644
--- a/platform/linux-generic/include/odp_internal.h
+++ b/platform/linux-generic/include/odp_internal.h
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-
/**
* @file
*
@@ -55,7 +54,9 @@ enum init_stage {
TIMER_INIT = 9,
CRYPTO_INIT = 10,
CLASSIFICATION_INIT = 11,
- ALL_INIT = 12 /* All init stages completed */
+ TRAFFIC_MNGR_INIT = 12,
+ NAME_TABLE_INIT = 13,
+ ALL_INIT /* All init stages completed */
};
extern struct odp_global_data_s odp_global_data;
@@ -107,6 +108,9 @@ int odp_time_term_global(void);
int odp_tm_init_global(void);
+int _odp_int_name_tbl_init_global(void);
+int _odp_int_name_tbl_term_global(void);
+
void _odp_flush_caches(void);
int odp_cpuinfo_parser(FILE *file, odp_system_info_t *sysinfo);