// 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) #error "Include headers from core kernel" #else #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 16, 0) #include #else #include #endif #endif