/* 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 LINUX_VERSION_CODE >= KERNEL_VERSION(5, 16, 0) #ifdef CONFIG_TEGRA_PROD_ENABLE #include #include #else #include #include #endif #else /* LINUX_VERSION_CODE */ #ifdef CONFIG_TEGRA_PROD_ENABLE #include #else #include #endif #endif /* LINUX_VERSION_CODE */ #endif /* _TEGRA_OOT_PRODS_H */