mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 10:45:49 +00:00
12 lines
278 B
C
12 lines
278 B
C
|
/* 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__ */
|