spi_flash_gd.h 405 字节
Newer Older
1
/*
2
 * Copyright (c) 2006-2018, RT-Thread Development Team
3
 *
4
 * SPDX-License-Identifier: Apache-2.0
5 6 7 8 9 10 11 12 13 14 15 16 17 18
 *
 * Change Logs:
 * Date           Author       Notes
 * 2015-10-11     fullhan      copy from winbond flash
 */

#ifndef SPI_FLASH_GD_H_
#define SPI_FLASH_GD_H_

#include <rtthread.h>

extern rt_err_t gd_init(const char * flash_device_name, const char * spi_device_name);

#endif /* SPI_FLASH_GD_H_ */