host1x_context_bus.h 331 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Copyright (c) 2021, NVIDIA Corporation. All rights reserved.
  4. */
  5. #ifndef __LINUX_HOST1X_CONTEXT_BUS_H
  6. #define __LINUX_HOST1X_CONTEXT_BUS_H
  7. #include <linux/device.h>
  8. #ifdef CONFIG_TEGRA_HOST1X_CONTEXT_BUS
  9. extern struct bus_type host1x_context_device_bus_type;
  10. #endif
  11. #endif