1
0

spi_flash_gd.h 405 B

123456789101112131415161718
  1. /*
  2. * Copyright (c) 2006-2018, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2015-10-11 fullhan copy from winbond flash
  9. */
  10. #ifndef SPI_FLASH_GD_H_
  11. #define SPI_FLASH_GD_H_
  12. #include <rtthread.h>
  13. extern rt_err_t gd_init(const char * flash_device_name, const char * spi_device_name);
  14. #endif /* SPI_FLASH_GD_H_ */