summaryrefslogtreecommitdiff
path: root/arch/arm/mach-zynq/include/mach/ps7_init_gpl.h
blob: 6e30108b23f4463dd0b241cbdd90d07deea848f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * (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 */