xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/soc/qcom,rpmh-rsc.h (revision 976227fdc99bb6d4ab950558ecda48116723e145)
1 /*	$NetBSD: qcom,rpmh-rsc.h,v 1.1.1.1 2019/01/22 14:57:01 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0 */
4 /*
5  * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
6  */
7 
8 #ifndef __DT_QCOM_RPMH_RSC_H__
9 #define __DT_QCOM_RPMH_RSC_H__
10 
11 #define SLEEP_TCS	0
12 #define WAKE_TCS	1
13 #define ACTIVE_TCS	2
14 #define CONTROL_TCS	3
15 
16 #endif /* __DT_QCOM_RPMH_RSC_H__ */
17