printf: Remove unused 'bprintf'
[drm/drm-misc.git] / include / linux / host1x_context_bus.h
blobc928cb43268036a5c6580dde0dc476e4a7e2e488
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Copyright (c) 2021, NVIDIA Corporation. All rights reserved.
4 */
6 #ifndef __LINUX_HOST1X_CONTEXT_BUS_H
7 #define __LINUX_HOST1X_CONTEXT_BUS_H
9 #include <linux/device.h>
11 #ifdef CONFIG_TEGRA_HOST1X_CONTEXT_BUS
12 extern const struct bus_type host1x_context_device_bus_type;
13 #endif
15 #endif