gk7205v200-uboot/drivers/mtd/nand/fmc100/fmc100_os.h

13 lines
322 B
C
Raw Normal View History

2025-08-07 17:13:54 +08:00
/*
* 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__ */