Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (C) 2019 The Linux Foundation. All rights reserved.
0004  */
0005 
0006 #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_OSM_L3_H
0007 #define __DT_BINDINGS_INTERCONNECT_QCOM_OSM_L3_H
0008 
0009 #define MASTER_OSM_L3_APPS  0
0010 #define SLAVE_OSM_L3        1
0011 
0012 #define MASTER_EPSS_L3_APPS 0
0013 #define SLAVE_EPSS_L3_SHARED    1
0014 
0015 #endif