common/cnxk: add CPT get/set
[dpdk.git] / drivers / common / cnxk / roc_idev_priv.h
index 384f667..84e6f1e 100644 (file)
@@ -8,6 +8,7 @@
 /* Intra device related functions */
 struct npa_lf;
 struct roc_bphy;
+struct roc_cpt;
 struct idev_cfg {
        uint16_t sso_pf_func;
        uint16_t npa_pf_func;
@@ -18,6 +19,7 @@ struct idev_cfg {
        uint16_t num_lmtlines;
        uint64_t lmt_base_addr;
        struct roc_bphy *bphy;
+       struct roc_cpt *cpt;
 };
 
 /* Generic */