18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef __DT_QCOM_RPMH_RSC_H__
78c2ecf20Sopenharmony_ci#define __DT_QCOM_RPMH_RSC_H__
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define SLEEP_TCS	0
108c2ecf20Sopenharmony_ci#define WAKE_TCS	1
118c2ecf20Sopenharmony_ci#define ACTIVE_TCS	2
128c2ecf20Sopenharmony_ci#define CONTROL_TCS	3
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#endif /* __DT_QCOM_RPMH_RSC_H__ */
15