summaryrefslogtreecommitdiff
path: root/drivers/accel/qaic/qaic_timesync.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/accel/qaic/qaic_timesync.h')
-rw-r--r--drivers/accel/qaic/qaic_timesync.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/accel/qaic/qaic_timesync.h b/drivers/accel/qaic/qaic_timesync.h
new file mode 100644
index 000000000000..851b7acd43bb
--- /dev/null
+++ b/drivers/accel/qaic/qaic_timesync.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only
+ *
+ * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
+ */
+
+#ifndef __QAIC_TIMESYNC_H__
+#define __QAIC_TIMESYNC_H__
+
+int qaic_timesync_init(void);
+void qaic_timesync_deinit(void);
+#endif /* __QAIC_TIMESYNC_H__ */