blob: 181179aebfde2620f00650055bf98ffcdf3ec0ab [file] [log] [blame]
Wills Wang833a1a82016-03-16 16:59:52 +08001/*
2 * Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __ASM_MACH_DDR_H
8#define __ASM_MACH_DDR_H
9
10void ddr_init(void);
11void ddr_tap_tuning(void);
12
13#endif /* __ASM_MACH_DDR_H */