net/bnxt: add Truflow flush-timer to alloc table scope
[dpdk.git] / drivers / bus / fslmc / rte_fslmc.h
index 5cfb245..96ba8dc 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: BSD-3-Clause
  *
- *   Copyright 2016 NXP
+ *   Copyright 2016,2019 NXP
  *
  */
 
@@ -67,6 +67,7 @@ enum rte_dpaa2_dev_type {
        DPAA2_MPORTAL,  /**< DPMCP type device */
        DPAA2_QDMA,     /**< DPDMAI type device */
        DPAA2_MUX,      /**< DPDMUX type device */
+       DPAA2_DPRTC,    /**< DPRTC type device */
        /* Unknown device placeholder */
        DPAA2_UNKNOWN,
        DPAA2_DEVTYPE_MAX,