]> Git Repo - J-linux.git/blob - include/linux/host1x_context_bus.h
Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/tasks...
[J-linux.git] / include / linux / host1x_context_bus.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (c) 2021, NVIDIA Corporation. All rights reserved.
4  */
5
6 #ifndef __LINUX_HOST1X_CONTEXT_BUS_H
7 #define __LINUX_HOST1X_CONTEXT_BUS_H
8
9 #include <linux/device.h>
10
11 #ifdef CONFIG_TEGRA_HOST1X_CONTEXT_BUS
12 extern struct bus_type host1x_context_device_bus_type;
13 #endif
14
15 #endif
This page took 0.028913 seconds and 4 git commands to generate.