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 extern struct dram_timing_info dram_timing_1gb; 10 extern struct dram_timing_info dram_timing_4gb; 11 12 #endif /* __LPDDR4_TIMING_H__ */ 13