18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2012 Avionic Design GmbH 48c2ecf20Sopenharmony_ci * Copyright (C) 2012-2013, NVIDIA Corporation 58c2ecf20Sopenharmony_ci */ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#ifndef HOST1X_BUS_H 88c2ecf20Sopenharmony_ci#define HOST1X_BUS_H 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_cistruct bus_type; 118c2ecf20Sopenharmony_cistruct host1x; 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciextern struct bus_type host1x_bus_type; 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ciint host1x_register(struct host1x *host1x); 168c2ecf20Sopenharmony_ciint host1x_unregister(struct host1x *host1x); 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#endif 19