1b2c67cbeSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0 */
2b2c67cbeSThomas Gleixner #ifndef _LINUX_CLOCKSOURCE_IDS_H
3b2c67cbeSThomas Gleixner #define _LINUX_CLOCKSOURCE_IDS_H
4b2c67cbeSThomas Gleixner 
5b2c67cbeSThomas Gleixner /* Enum to give clocksources a unique identifier */
6b2c67cbeSThomas Gleixner enum clocksource_ids {
7b2c67cbeSThomas Gleixner 	CSID_GENERIC		= 0,
8100148d0SJianyong Wu 	CSID_ARM_ARCH_COUNTER,
9*f247fd22SSven Schnelle 	CSID_S390_TOD,
10a2c1fe72SPeter Hilber 	CSID_X86_TSC_EARLY,
11a2c1fe72SPeter Hilber 	CSID_X86_TSC,
12576bd496SPeter Hilber 	CSID_X86_KVM_CLK,
133a52886cSLakshmi Sowjanya D 	CSID_X86_ART,
14b2c67cbeSThomas Gleixner 	CSID_MAX,
15b2c67cbeSThomas Gleixner };
16b2c67cbeSThomas Gleixner 
17b2c67cbeSThomas Gleixner #endif
18