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 v3.11 6 lines 135 B view raw
1#ifndef ARM_PLAT_SCHED_CLOCK_H 2#define ARM_PLAT_SCHED_CLOCK_H 3 4void versatile_sched_clock_init(void __iomem *, unsigned long); 5 6#endif