/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. */ #ifndef _TEGRA_OOT_PRODS_H #define _TEGRA_OOT_PRODS_H #include #if defined(CONFIG_TEGRA_PROD_NEXT_GEN) #include #include #elif defined(CONFIG_TEGRA_PROD_LEGACY) #include #else #include #endif #endif /* _TEGRA_OOT_PRODS_H */