bus/fslmc: mark internal symbols
[dpdk.git] / drivers / bus / fslmc / mc / fsl_mc_cmd.h
index ac91961..a768774 100644 (file)
@@ -7,9 +7,11 @@
 #ifndef __FSL_MC_CMD_H
 #define __FSL_MC_CMD_H
 
-#include <rte_byteorder.h>
 #include <stdint.h>
 
+#include <rte_byteorder.h>
+#include <rte_compat.h>
+
 #define MC_CMD_NUM_OF_PARAMS   7
 
 #define phys_addr_t    uint64_t
@@ -80,6 +82,7 @@ enum mc_cmd_status {
 
 #define MC_CMD_HDR_FLAGS_MASK  0xFF00FF00
 
+__rte_internal
 int mc_send_command(struct fsl_mc_io *mc_io, struct mc_command *cmd);
 
 static inline uint64_t mc_encode_cmd_header(uint16_t cmd_id,