13 lines
322 B
C
13 lines
322 B
C
|
|
/*
|
||
|
|
* Copyright (c) Hunan Goke,Chengdu Goke,Shandong Goke. 2021. All rights reserved.
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef __FMC100_OS_H__
|
||
|
|
#define __FMC100_OS_H__
|
||
|
|
|
||
|
|
#include "fmc100.h"
|
||
|
|
|
||
|
|
/*****************************************************************************/
|
||
|
|
int board_nand_init(struct nand_chip *chip);
|
||
|
|
|
||
|
|
#endif /* End of __FMC100_OS_H__ */
|