11.1Sjmcneill/*	$NetBSD: qcom,rpmh-rsc.h,v 1.1.1.1 2019/01/22 14:57:01 jmcneill Exp $	*/
21.1Sjmcneill
31.1Sjmcneill/* SPDX-License-Identifier: GPL-2.0 */
41.1Sjmcneill/*
51.1Sjmcneill * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
61.1Sjmcneill */
71.1Sjmcneill
81.1Sjmcneill#ifndef __DT_QCOM_RPMH_RSC_H__
91.1Sjmcneill#define __DT_QCOM_RPMH_RSC_H__
101.1Sjmcneill
111.1Sjmcneill#define SLEEP_TCS	0
121.1Sjmcneill#define WAKE_TCS	1
131.1Sjmcneill#define ACTIVE_TCS	2
141.1Sjmcneill#define CONTROL_TCS	3
151.1Sjmcneill
161.1Sjmcneill#endif /* __DT_QCOM_RPMH_RSC_H__ */
17