Merge tag 'xfs-6.4-rc1-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux-block.git] / include / linux / clocksource_ids.h
CommitLineData
b2c67cbe
TG
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 */
6enum clocksource_ids {
7 CSID_GENERIC = 0,
100148d0 8 CSID_ARM_ARCH_COUNTER,
b2c67cbe
TG
9 CSID_MAX,
10};
11
12#endif