// SPDX-License-Identifier: GPL-2.0-or-later // SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. #include #include #if defined(NV_UFS_UFSHCD_H_PRESENT) #if LINUX_VERSION_CODE < KERNEL_VERSION(6, 7, 0) #include #else #include #endif #else /* NV_UFS_UFSHCD_H_PRESENT */ #error "This header should not be included" #endif