mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 18:41:03 +00:00
10 lines
143 B
C
10 lines
143 B
C
|
/*
|
||
|
* Copyright (C) 2017 National Instruments Corp.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#include <nand.h>
|
||
|
|
||
|
void zynq_nand_init(void);
|