drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git] / drivers / gpu / host1x / bus.h
bloba80ceadfeb34bfa7a1bd366bdf9fd27db0b617a3
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (C) 2012 Avionic Design GmbH
4 * Copyright (C) 2012-2013, NVIDIA Corporation
5 */
7 #ifndef HOST1X_BUS_H
8 #define HOST1X_BUS_H
10 struct bus_type;
11 struct host1x;
13 extern const struct bus_type host1x_bus_type;
15 int host1x_register(struct host1x *host1x);
16 int host1x_unregister(struct host1x *host1x);
18 #endif