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