mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
9 lines
187 B
C
9 lines
187 B
C
|
/*
|
||
|
* (C) Copyright 2015 Linaro
|
||
|
* Peter Griffin <peter.griffin@linaro.org>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
int hi6220_dwmci_add_port(int index, u32 regbase, int bus_width);
|