]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-zynq/include/mach/ps7_init_gpl.h
arm: zynq: Move ps7_* to separate file
[people/ms/u-boot.git] / arch / arm / mach-zynq / include / mach / ps7_init_gpl.h
1 /*
2 * (c) Copyright 2010-2017 Xilinx, Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7 #ifndef _ASM_ARCH_PS7_INIT_GPL_H
8 #define _ASM_ARCH_PS7_INIT_GPL_H
9
10 /* Called by spl.c */
11 int ps7_init(void);
12 int ps7_post_config(void);
13
14 #endif /* _ASM_ARCH_PS7_INIT_GPL_H */