1 /* $NetBSD: qcom,osm-l3.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0 */ 4 /* 5 * Copyright (C) 2019 The Linux Foundation. All rights reserved. 6 */ 7 8 #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_OSM_L3_H 9 #define __DT_BINDINGS_INTERCONNECT_QCOM_OSM_L3_H 10 11 #define MASTER_OSM_L3_APPS 0 12 #define SLAVE_OSM_L3 1 13 14 #define MASTER_EPSS_L3_APPS 0 15 #define SLAVE_EPSS_L3_SHARED 1 16 17 #endif 18