xref: /openbmc/linux/drivers/gpu/host1x/hw/host1x06.h (revision f1b53c4e)
1f1b53c4eSMikko Perttunen /*
2f1b53c4eSMikko Perttunen  * Host1x init for Tegra186 SoCs
3f1b53c4eSMikko Perttunen  *
4f1b53c4eSMikko Perttunen  * Copyright (c) 2017 NVIDIA Corporation.
5f1b53c4eSMikko Perttunen  *
6f1b53c4eSMikko Perttunen  * This program is free software; you can redistribute it and/or modify it
7f1b53c4eSMikko Perttunen  * under the terms and conditions of the GNU General Public License,
8f1b53c4eSMikko Perttunen  * version 2, as published by the Free Software Foundation.
9f1b53c4eSMikko Perttunen  *
10f1b53c4eSMikko Perttunen  * This program is distributed in the hope it will be useful, but WITHOUT
11f1b53c4eSMikko Perttunen  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12f1b53c4eSMikko Perttunen  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
13f1b53c4eSMikko Perttunen  * more details.
14f1b53c4eSMikko Perttunen  *
15f1b53c4eSMikko Perttunen  * You should have received a copy of the GNU General Public License
16f1b53c4eSMikko Perttunen  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17f1b53c4eSMikko Perttunen  */
18f1b53c4eSMikko Perttunen 
19f1b53c4eSMikko Perttunen #ifndef HOST1X_HOST1X06_H
20f1b53c4eSMikko Perttunen #define HOST1X_HOST1X06_H
21f1b53c4eSMikko Perttunen 
22f1b53c4eSMikko Perttunen struct host1x;
23f1b53c4eSMikko Perttunen 
24f1b53c4eSMikko Perttunen int host1x06_init(struct host1x *host);
25f1b53c4eSMikko Perttunen 
26f1b53c4eSMikko Perttunen #endif
27