blob: 95e74e37baf0ab67b00beba070fa213d175606c4 [file] [log] [blame]
Emanuele Ghidoli03d23b82023-04-03 14:01:56 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * Copyright 2022 Toradex
4 */
5
6#ifndef __LPDDR4_TIMING_H__
7#define __LPDDR4_TIMING_H__
8
9void lpddr4_single_rank_training_patch(void);
10
11#endif /* __LPDDR4_TIMING_H__ */