Vitor Soares | 987c736 | 2025-04-07 14:04:36 +0100 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
2 | /* Copyright (C) 2024 Toradex */ | ||||
3 | |||||
4 | #ifndef __LPDDR4_TIMING_H__ | ||||
5 | #define __LPDDR4_TIMING_H__ | ||||
6 | |||||
7 | void lpddr4_single_rank_training_patch(void); | ||||
8 | |||||
9 | #endif /* __LPDDR4_TIMING_H__ */ |