1 /* SPDX-License-Identifier: BSD-3-Clause */ 2 /* 3 * Cadence DDR Driver 4 * 5 * Copyright (C) 2012-2021 Cadence Design Systems, Inc. 6 * Copyright (C) 2018-2021 Texas Instruments Incorporated - https://www.ti.com/ 7 */ 8 9 #ifndef LPDDR4_16BIT_STRUCTS_IF_H 10 #define LPDDR4_16BIT_STRUCTS_IF_H 11 12 #include <linux/types.h> 13 #include "lpddr4_16bit_if.h" 14 15 #endif /* LPDDR4_16BIT_STRUCTS_IF_H */ 16