1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * Copyright 2021 Gateworks Corporation 4 */ 5 6 #ifndef __LPDDR4_TIMING_H__ 7 #define __LPDDR4_TIMING_H__ 8 9 struct dram_timing_info *spl_dram_init(const char *model, struct venice_board_info *info, 10 char *dram_desc, size_t sz_desc); 11 12 #endif /* __LPDDR4_TIMING_H__ */ 13