]> Git Repo - J-linux.git/blob - include/linux/clocksource_ids.h
Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git...
[J-linux.git] / include / linux / clocksource_ids.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_CLOCKSOURCE_IDS_H
3 #define _LINUX_CLOCKSOURCE_IDS_H
4
5 /* Enum to give clocksources a unique identifier */
6 enum clocksource_ids {
7         CSID_GENERIC            = 0,
8         CSID_ARM_ARCH_COUNTER,
9         CSID_X86_TSC_EARLY,
10         CSID_X86_TSC,
11         CSID_X86_KVM_CLK,
12         CSID_X86_ART,
13         CSID_MAX,
14 };
15
16 #endif
This page took 0.028317 seconds and 4 git commands to generate.