hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/soc/fsl/dpio/dpio.h
....@@ -75,9 +75,18 @@
7575 u16 token,
7676 struct dpio_attr *attr);
7777
78
+int dpio_set_stashing_destination(struct fsl_mc_io *mc_io,
79
+ u32 cmd_flags,
80
+ u16 token,
81
+ u8 dest);
82
+
7883 int dpio_get_api_version(struct fsl_mc_io *mc_io,
7984 u32 cmd_flags,
8085 u16 *major_ver,
8186 u16 *minor_ver);
8287
88
+int dpio_reset(struct fsl_mc_io *mc_io,
89
+ u32 cmd_flags,
90
+ u16 token);
91
+
8392 #endif /* __FSL_DPIO_H */