15 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.4 */5 6#ifndef __DT_QCOM_RPMH_RSC_H__7#define __DT_QCOM_RPMH_RSC_H__8 9#define SLEEP_TCS 010#define WAKE_TCS 111#define ACTIVE_TCS 212#define CONTROL_TCS 313 14#endif /* __DT_QCOM_RPMH_RSC_H__ */15