]> git.sur5r.net Git - u-boot/blob - arch/mips/mach-ath79/include/mach/ddr.h
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[u-boot] / arch / mips / mach-ath79 / include / mach / ddr.h
1 /*
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
10 void ddr_init(void);
11 void ddr_tap_tuning(void);
12
13 #endif /* __ASM_MACH_DDR_H */