]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/gpu/host1x/bus.h
Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[mirror_ubuntu-jammy-kernel.git] / drivers / gpu / host1x / bus.h
CommitLineData
9952f691 1/* SPDX-License-Identifier: GPL-2.0-only */
692e6d7b 2/*
776dc384
TR
3 * Copyright (C) 2012 Avionic Design GmbH
4 * Copyright (C) 2012-2013, NVIDIA Corporation
692e6d7b
TB
5 */
6
776dc384
TR
7#ifndef HOST1X_BUS_H
8#define HOST1X_BUS_H
692e6d7b 9
f4c5cf88 10struct bus_type;
776dc384 11struct host1x;
692e6d7b 12
f4c5cf88 13extern struct bus_type host1x_bus_type;
692e6d7b 14
776dc384
TR
15int host1x_register(struct host1x *host1x);
16int host1x_unregister(struct host1x *host1x);
692e6d7b
TB
17
18#endif