xref: /linux/drivers/accel/qaic/qaic_timesync.h (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
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 int qaic_timesync_init(void);
10 void qaic_timesync_deinit(void);
11 #endif /* __QAIC_TIMESYNC_H__ */
12