net/pfe: add MAC and host interface initialisation
[dpdk.git] / drivers / net / pfe / pfe_hif_lib.c
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright 2019 NXP
3  */
4
5 #include "pfe_logs.h"
6 #include "pfe_mod.h"
7
8 int
9 pfe_hif_lib_init(__rte_unused struct pfe *pfe)
10 {
11         PMD_INIT_FUNC_TRACE();
12
13         return 0;
14 }
15
16 void
17 pfe_hif_lib_exit(__rte_unused struct pfe *pfe)
18 {
19         PMD_INIT_FUNC_TRACE();
20 }