18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Host1x init for T20 and T30 Architecture Chips 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (c) 2011-2013, NVIDIA Corporation. 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci#ifndef HOST1X_HOST1X01_H 88c2ecf20Sopenharmony_ci#define HOST1X_HOST1X01_H 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_cistruct host1x; 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ciint host1x01_init(struct host1x *host); 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#endif /* HOST1X_HOST1X01_H_ */ 15