blob: 4d8e19e05328fc1f8208837f383c76086f4c2a01 [file] [log] [blame]
Thomas Gleixnerb2c67cb2020-12-09 14:09:27 +08001/* 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,
8 CSID_MAX,
9};
10
11#endif