HOME


Mini Shell 1.0
DIR:/usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64/include/linux/
Upload File :
Current File : //usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64/include/linux/clocksource_ids.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_CLOCKSOURCE_IDS_H
#define _LINUX_CLOCKSOURCE_IDS_H

/* Enum to give clocksources a unique identifier */
enum clocksource_ids {
	CSID_GENERIC		= 0,
	CSID_ARM_ARCH_COUNTER,
	CSID_MAX,
};

#endif