Sign in
third-party-mirror
/
u-boot
/
89daba02a73117f40507f07146b0dc356d6cf971
/
.
/
arch
/
mips
/
mach-ath79
/
include
/
mach
/
ddr.h
blob: 59b76c86f5ce7292948f658b1594b2498fcf3430 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com>
*/
#ifndef
__ASM_MACH_DDR_H
#define
__ASM_MACH_DDR_H
void
ddr_init
(
void
);
void
ddr_tap_tuning
(
void
);
#endif
/* __ASM_MACH_DDR_H */