11.1Sjmcneill/* $NetBSD: qcom,osm-l3.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $ */ 21.1Sjmcneill 31.1Sjmcneill/* SPDX-License-Identifier: GPL-2.0 */ 41.1Sjmcneill/* 51.1Sjmcneill * Copyright (C) 2019 The Linux Foundation. All rights reserved. 61.1Sjmcneill */ 71.1Sjmcneill 81.1Sjmcneill#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_OSM_L3_H 91.1Sjmcneill#define __DT_BINDINGS_INTERCONNECT_QCOM_OSM_L3_H 101.1Sjmcneill 111.1Sjmcneill#define MASTER_OSM_L3_APPS 0 121.1Sjmcneill#define SLAVE_OSM_L3 1 131.1Sjmcneill 141.1Sjmcneill#define MASTER_EPSS_L3_APPS 0 151.1Sjmcneill#define SLAVE_EPSS_L3_SHARED 1 161.1Sjmcneill 171.1Sjmcneill#endif 18