mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-13 21:54:48 +00:00
14 lines
238 B
C
14 lines
238 B
C
|
/*
|
||
|
* 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 */
|