ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/net/linuxptp/patches/010-64bit.patch b/external/subpack/net/linuxptp/patches/010-64bit.patch
new file mode 100644
index 0000000..3529978
--- /dev/null
+++ b/external/subpack/net/linuxptp/patches/010-64bit.patch
@@ -0,0 +1,12 @@
+--- a/ts2phc_pps_sink.c
++++ b/ts2phc_pps_sink.c
+@@ -4,6 +4,9 @@
+ * @note Copyright (C) 2019 Balint Ferencz <fernya@sch.bme.hu>
+ * @note SPDX-License-Identifier: GPL-2.0+
+ */
++#ifndef __SANE_USERSPACE_TYPES__
++#define __SANE_USERSPACE_TYPES__ /* For PPC64, to get LL64 types */
++#endif
+ #include <errno.h>
+ #include <linux/ptp_clock.h>
+ #include <poll.h>