blob: a4adf9abc3b4146f6181f3be9e0e9dfbba8b3fc8 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Copyright (C) 2012 Avionic Design GmbH
4 * Copyright (C) 2012-2013, NVIDIA Corporation
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00005 */
6
7#ifndef HOST1X_BUS_H
8#define HOST1X_BUS_H
9
10struct bus_type;
11struct host1x;
12
13extern struct bus_type host1x_bus_type;
14
15int host1x_register(struct host1x *host1x);
16int host1x_unregister(struct host1x *host1x);
17
18#endif