16 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright (C) 2019 The Linux Foundation. All rights reserved.4 */5 6#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_OSM_L3_H7#define __DT_BINDINGS_INTERCONNECT_QCOM_OSM_L3_H8 9#define MASTER_OSM_L3_APPS 010#define SLAVE_OSM_L3 111 12#define MASTER_EPSS_L3_APPS 013#define SLAVE_EPSS_L3_SHARED 114 15#endif16