/* 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__intqaic_timesync_init(void);voidqaic_timesync_deinit(void);#endif/* __QAIC_TIMESYNC_H__ */