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