brintos

brintos / linux-shallow public Read only

0
0
Text · 278 B · 851b7ac Raw
12 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only2 *3 * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.4 */5 6#ifndef __QAIC_TIMESYNC_H__7#define __QAIC_TIMESYNC_H__8 9int qaic_timesync_init(void);10void qaic_timesync_deinit(void);11#endif /* __QAIC_TIMESYNC_H__ */12