Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.14-rc5 11 lines 278 B view raw
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 9int qaic_timesync_init(void); 10void qaic_timesync_deinit(void); 11#endif /* __QAIC_TIMESYNC_H__ */