common/cnxk: support merging base steering rule
[dpdk.git] / drivers / common / cnxk / roc_ae_fpm_tables.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2021 Marvell.
3  */
4
5 #ifndef _ROC_AE_FPM_TABLES_H_
6 #define _ROC_AE_FPM_TABLES_H_
7
8 #include "roc_api.h"
9
10 int __roc_api roc_ae_fpm_get(uint64_t *tbl);
11 void __roc_api roc_ae_fpm_put(void);
12
13 #endif /* _ROC_AE_FPM_TABLES_H_ */