log: introduce logtype register macro
[dpdk.git] / drivers / net / pfe / pfe_mod.h
index 97fbb48..88d3d6f 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright 2019 NXP
+ * Copyright 2018-2019 NXP
  */
 
 #ifndef _PFE_MOD_H_
@@ -7,6 +7,8 @@
 
 struct pfe;
 
+#include <rte_ethdev.h>
+
 #include "pfe.h"
 #include "pfe_hif.h"
 #include "pfe_hif_lib.h"
@@ -48,6 +50,7 @@ struct pfe {
        struct ls1012a_pfe_platform_data platform_data;
        struct pfe_hif hif;
        struct pfe_eth eth;
+       struct hif_client_s *hif_client[HIF_CLIENTS_MAX];
        int mdio_muxval[PHYID_MAX_VAL];
        uint8_t nb_devs;
        uint8_t max_intf;