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,
8*100148d0SJianyong Wu 	CSID_ARM_ARCH_COUNTER,
9b2c67cbeSThomas Gleixner 	CSID_MAX,
10b2c67cbeSThomas Gleixner };
11b2c67cbeSThomas Gleixner 
12b2c67cbeSThomas Gleixner #endif
13