blob: 4ea756895ca54a2c238425f6107d0ed382bc0677 [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 Tegra186 SoCs
4 *
5 * Copyright (c) 2017 NVIDIA Corporation.
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00006 */
7
8#ifndef HOST1X_HOST1X06_H
9#define HOST1X_HOST1X06_H
10
11struct host1x;
12
13int host1x06_init(struct host1x *host);
14
15#endif