xref: /kernel/linux/linux-6.6/drivers/gpu/host1x/bus.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/gpu/host1x/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (C) 2012 Avionic Design GmbH
462306a36Sopenharmony_ci * Copyright (C) 2012-2013, NVIDIA Corporation
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef HOST1X_BUS_H
862306a36Sopenharmony_ci#define HOST1X_BUS_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_cistruct bus_type;
1162306a36Sopenharmony_cistruct host1x;
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciextern struct bus_type host1x_bus_type;
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ciint host1x_register(struct host1x *host1x);
1662306a36Sopenharmony_ciint host1x_unregister(struct host1x *host1x);
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ci#endif
19

Indexes created Thu Nov 07 10:32:03 CST 2024