qaic_timesync.h 360 B

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