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