Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
5a15c1a67f65f494eb57324f00ae28ad91caf5b5
/
.
/
arch
/
mips
/
mach-ath79
/
include
/
mach
/
ddr.h
blob: 181179aebfde2620f00650055bf98ffcdf3ec0ab [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef
__ASM_MACH_DDR_H
#define
__ASM_MACH_DDR_H
void
ddr_init
(
void
);
void
ddr_tap_tuning
(
void
);
#endif
/* __ASM_MACH_DDR_H */