~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: b4b6fcf53bc947d79acc7f6c3a69c37134ee18a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: MIT */
/*
 *  Copyright(c) 2015 - 2020 Xilinx, Inc.
 *
 *  Jorge Ramirez-Ortiz <jorge@foundries.io>
 */

#ifndef __ARCH_ZYNQMP_ECC_INIT_H
#define __ARCH_ZYNQMP_ECC_INIT_H

void zynqmp_ecc_init(void);

#endif