/* SPDX-License-Identifier: GPL-2.0-only */ /* * Host1x init for Tegra264 SoCs * * Copyright (c) 2023 NVIDIA Corporation. */ #ifndef HOST1X_HOST1X09_H #define HOST1X_HOST1X09_H struct host1x; int host1x09_init(struct host1x *host); #endif