drv_nand.h 389 B

12345678910111213141516171819202122232425
  1. /*
  2. * Copyright (c) 2006-2023, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2022-09-28 mingmiaojing first version
  9. */
  10. #ifndef __DRV_GPIO_H__
  11. #define __DRV_GPIO_H__
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. int rt_hw_nand_init(void);
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19. #endif /* __DRV_GPIO_H__ */