xref: /openbmc/u-boot/drivers/ddr/marvell/a38x/ddr_training_ip_db.h (revision 0bf3f9cb2722e57a0afb37cb61af5ceaefcf70e0)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) Marvell International Ltd. and its affiliates
4  */
5 
6 #ifndef _DDR_TRAINING_IP_DB_H_
7 #define _DDR_TRAINING_IP_DB_H_
8 
9 #include "ddr3_training_ip_db.h"
10 
11 u32 pattern_table_get_word(u32 dev_num, enum hws_pattern type, u8 index);
12 
13 #endif /* _DDR3_TRAINING_IP_DB_H_ */
14