xref: /linux/drivers/accel/qaic/qaic_timesync.h (revision a34b0e4e21d6be3c3d620aa7f9dfbf0e9550c19e)
1 /* SPDX-License-Identifier: GPL-2.0-only
2  *
3  * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
4  */
5 
6 #ifndef __QAIC_TIMESYNC_H__
7 #define __QAIC_TIMESYNC_H__
8 
9 #include <linux/mhi.h>
10 
11 int qaic_timesync_init(void);
12 void qaic_timesync_deinit(void);
13 void qaic_mqts_ch_stop_timer(struct mhi_device *mhi_dev);
14 #endif /* __QAIC_TIMESYNC_H__ */
15