blob: 59b76c86f5ce7292948f658b1594b2498fcf3430 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Wills Wang833a1a82016-03-16 16:59:52 +08002/*
3 * Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com>
Wills Wang833a1a82016-03-16 16:59:52 +08004 */
5
6#ifndef __ASM_MACH_DDR_H
7#define __ASM_MACH_DDR_H
8
9void ddr_init(void);
10void ddr_tap_tuning(void);
11
12#endif /* __ASM_MACH_DDR_H */