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 v5.10-rc5 12 lines 318 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * This header provides clock numbers for the ingenic,tcu DT binding. 4 */ 5 6#ifndef __DT_BINDINGS_CLOCK_INGENIC_OST_H__ 7#define __DT_BINDINGS_CLOCK_INGENIC_OST_H__ 8 9#define OST_CLK_PERCPU_TIMER 0 10#define OST_CLK_GLOBAL_TIMER 1 11 12#endif /* __DT_BINDINGS_CLOCK_INGENIC_OST_H__ */