]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/tile/include/gxio/mpipe.h
ptp: tilegx: convert to the 64 bit get/set time methods.
[linux.git] / arch / tile / include / gxio / mpipe.h
index e37cf4f0cffd42a14f3d392d9701ef8a4da746f5..73e83a187866602806cd771daba6fceaaf76bc9a 100644 (file)
@@ -1830,7 +1830,7 @@ extern int gxio_mpipe_link_set_attr(gxio_mpipe_link_t *link, uint32_t attr,
  *  code.
  */
 extern int gxio_mpipe_get_timestamp(gxio_mpipe_context_t *context,
-                                   struct timespec *ts);
+                                   struct timespec64 *ts);
 
 /* Set the timestamp of mPIPE.
  *
@@ -1840,7 +1840,7 @@ extern int gxio_mpipe_get_timestamp(gxio_mpipe_context_t *context,
  *  code.
  */
 extern int gxio_mpipe_set_timestamp(gxio_mpipe_context_t *context,
-                                   const struct timespec *ts);
+                                   const struct timespec64 *ts);
 
 /* Adjust the timestamp of mPIPE.
  *