Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright (c) 2021, NVIDIA Corporation. All rights reserved.
0004  */
0005 
0006 #ifndef __LINUX_HOST1X_CONTEXT_BUS_H
0007 #define __LINUX_HOST1X_CONTEXT_BUS_H
0008 
0009 #include <linux/device.h>
0010 
0011 #ifdef CONFIG_TEGRA_HOST1X_CONTEXT_BUS
0012 extern struct bus_type host1x_context_device_bus_type;
0013 #endif
0014 
0015 #endif