mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
16 lines
321 B
C
16 lines
321 B
C
|
/*
|
||
|
* (C) Copyright 2014 - 2015 Xilinx, Inc.
|
||
|
* Michal Simek <michal.simek@xilinx.com>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef _ASM_ARCH_SYS_PROTO_H
|
||
|
#define _ASM_ARCH_SYS_PROTO_H
|
||
|
|
||
|
int zynq_sdhci_init(unsigned long regbase);
|
||
|
|
||
|
unsigned int zynqmp_get_silicon_version(void);
|
||
|
|
||
|
#endif /* _ASM_ARCH_SYS_PROTO_H */
|