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