summaryrefslogtreecommitdiff
path: root/arch/mips/mach-ath79/include/mach/ddr.h
blob: 59b76c86f5ce7292948f658b1594b2498fcf3430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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 */