]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/fslmc/qbman/include/fsl_qbman_debug.h
bus/fslmc: mark internal symbols
[dpdk.git] / drivers / bus / fslmc / qbman / include / fsl_qbman_debug.h
index e010b1b6ae167fce4c6e7673355d7eee30cada2f..11267d439a94743e1340d5c6ca42b610a1c8370f 100644 (file)
@@ -1,6 +1,10 @@
 /* SPDX-License-Identifier: BSD-3-Clause
  * Copyright (C) 2015 Freescale Semiconductor, Inc.
  */
+#ifndef _FSL_QBMAN_DEBUG_H
+#define _FSL_QBMAN_DEBUG_H
+
+#include <rte_compat.h>
 
 struct qbman_swp;
 
@@ -24,7 +28,13 @@ uint8_t verb;
        uint8_t reserved2[29];
 };
 
+__rte_internal
 int qbman_fq_query_state(struct qbman_swp *s, uint32_t fqid,
                         struct qbman_fq_query_np_rslt *r);
+
+__rte_internal
 uint32_t qbman_fq_state_frame_count(const struct qbman_fq_query_np_rslt *r);
+
 uint32_t qbman_fq_state_byte_count(const struct qbman_fq_query_np_rslt *r);
+
+#endif /* !_FSL_QBMAN_DEBUG_H */