Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/interconnect/qcom,osm-l3.h
26285 views
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_H
7
#define __DT_BINDINGS_INTERCONNECT_QCOM_OSM_L3_H
8
9
#define MASTER_OSM_L3_APPS 0
10
#define SLAVE_OSM_L3 1
11
12
#define MASTER_EPSS_L3_APPS 0
13
#define SLAVE_EPSS_L3_SHARED 1
14
15
#endif
16
17