/* SPDX-License-Identifier: GPL-2.0-only */ /** * Copyright (c) 2015-2023, NVIDIA CORPORATION. All rights reserved. */ #ifndef __TEGRA_NVADSP_DEV_T18X_H #define __TEGRA_NVADSP_DEV_T18X_H int nvadsp_acast_t18x_init(struct platform_device *pdev); int nvadsp_reset_t18x_init(struct platform_device *pdev); int nvadsp_os_t18x_init(struct platform_device *pdev); int nvadsp_pm_t18x_init(struct platform_device *pdev); #endif /* __TEGRA_NVADSP_DEV_T18X_H */