blob: 2a1e8153c5feec5bcef9f8c4774a30595869b0a7 [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 * Host1x init for Tegra124 SoCs
4 *
5 * Copyright (c) 2013 NVIDIA Corporation.
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00006 */
7
8#ifndef HOST1X_HOST1X04_H
9#define HOST1X_HOST1X04_H
10
11struct host1x;
12
13int host1x04_init(struct host1x *host);
14
15#endif