blob: 94445f86a410fd654cee756dd2146e84eedd6853 [file] [log] [blame]
Tim Harvey256dba02021-03-02 14:00:21 -08001/* 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
9extern struct dram_timing_info dram_timing_1gb;
10extern struct dram_timing_info dram_timing_4gb;
11
12#endif /* __LPDDR4_TIMING_H__ */