| /* SPDX-License-Identifier: GPL-2.0-only */ | |
| /* | |
| * Host1x init for Tegra264 SoCs | |
| * | |
| * Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | |
| */ | |
| #ifndef HOST1X_HOST1X10_H | |
| #define HOST1X_HOST1X10_H | |
| struct host1x; | |
| int host1x10_init(struct host1x *host); | |
| #endif |