aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/include')
-rw-r--r--arch/tile/include/gxio/mpipe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/tile/include/gxio/mpipe.h b/arch/tile/include/gxio/mpipe.h
index e37cf4f0cffd..73e83a187866 100644
--- a/arch/tile/include/gxio/mpipe.h
+++ b/arch/tile/include/gxio/mpipe.h
@@ -1830,7 +1830,7 @@ extern int gxio_mpipe_link_set_attr(gxio_mpipe_link_t *link, uint32_t attr,
1830 * code. 1830 * code.
1831 */ 1831 */
1832extern int gxio_mpipe_get_timestamp(gxio_mpipe_context_t *context, 1832extern int gxio_mpipe_get_timestamp(gxio_mpipe_context_t *context,
1833 struct timespec *ts); 1833 struct timespec64 *ts);
1834 1834
1835/* Set the timestamp of mPIPE. 1835/* Set the timestamp of mPIPE.
1836 * 1836 *
@@ -1840,7 +1840,7 @@ extern int gxio_mpipe_get_timestamp(gxio_mpipe_context_t *context,
1840 * code. 1840 * code.
1841 */ 1841 */
1842extern int gxio_mpipe_set_timestamp(gxio_mpipe_context_t *context, 1842extern int gxio_mpipe_set_timestamp(gxio_mpipe_context_t *context,
1843 const struct timespec *ts); 1843 const struct timespec64 *ts);
1844 1844
1845/* Adjust the timestamp of mPIPE. 1845/* Adjust the timestamp of mPIPE.
1846 * 1846 *