xref: /openbmc/linux/drivers/gpu/host1x/hw/host1x02.h (revision 9952f691)
19952f691SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
25407f31bSThierry Reding /*
35407f31bSThierry Reding  * Host1x init for Tegra114 SoCs
45407f31bSThierry Reding  *
55407f31bSThierry Reding  * Copyright (c) 2013 NVIDIA Corporation.
65407f31bSThierry Reding  */
75407f31bSThierry Reding 
85407f31bSThierry Reding #ifndef HOST1X_HOST1X02_H
95407f31bSThierry Reding #define HOST1X_HOST1X02_H
105407f31bSThierry Reding 
115407f31bSThierry Reding struct host1x;
125407f31bSThierry Reding 
135407f31bSThierry Reding int host1x02_init(struct host1x *host);
145407f31bSThierry Reding 
155407f31bSThierry Reding #endif
16