u-boot-brain/arch/arm/mach-zynq/include/mach/ps7_init_gpl.h

15 lines
284 B
C
Raw Normal View History

/*
* (c) Copyright 2010-2017 Xilinx, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _ASM_ARCH_PS7_INIT_GPL_H
#define _ASM_ARCH_PS7_INIT_GPL_H
/* Called by spl.c */
int ps7_init(void);
int ps7_post_config(void);
#endif /* _ASM_ARCH_PS7_INIT_GPL_H */