xref: /openbmc/linux/drivers/gpu/host1x/hw/host1x07.h (revision 9952f691)
19952f691SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
2ac1bdbf2SThierry Reding /*
3ac1bdbf2SThierry Reding  * Host1x init for Tegra194 SoCs
4ac1bdbf2SThierry Reding  *
5ac1bdbf2SThierry Reding  * Copyright (c) 2018 NVIDIA Corporation.
6ac1bdbf2SThierry Reding  */
7ac1bdbf2SThierry Reding 
8ac1bdbf2SThierry Reding #ifndef HOST1X_HOST1X07_H
9ac1bdbf2SThierry Reding #define HOST1X_HOST1X07_H
10ac1bdbf2SThierry Reding 
11ac1bdbf2SThierry Reding struct host1x;
12ac1bdbf2SThierry Reding 
13ac1bdbf2SThierry Reding int host1x07_init(struct host1x *host);
14ac1bdbf2SThierry Reding 
15ac1bdbf2SThierry Reding #endif
16