/* * (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 */