diff options
author | Tom Rini <trini@konsulko.com> | 2015-03-02 13:22:12 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-02 13:22:12 -0500 |
commit | 7547f78ce255de5ea7f6feae4e11ee1619f0b500 (patch) | |
tree | 6f592b25eee59474b654f7c5aade10d014a591d5 /arch/arm/include/asm/arch-zynqmp/sys_proto.h | |
parent | ed78b11ca43b37d4cb4a1987cb67dcdd53a869b7 (diff) | |
parent | 84c7204bd18a0051a353c7a6f65a5666e1af9501 (diff) |
Merge branch 'xnext/zynqmp' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'arch/arm/include/asm/arch-zynqmp/sys_proto.h')
-rw-r--r-- | arch/arm/include/asm/arch-zynqmp/sys_proto.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-zynqmp/sys_proto.h b/arch/arm/include/asm/arch-zynqmp/sys_proto.h new file mode 100644 index 0000000000..d8e0ba1588 --- /dev/null +++ b/arch/arm/include/asm/arch-zynqmp/sys_proto.h @@ -0,0 +1,15 @@ +/* + * (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 */ |