sdio-dw-platform.h 446 B

12345678910111213141516171819
  1. /*
  2. * Copyright (c) 2006-2022, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2022-12-06 GuEe-GUI first version
  9. */
  10. #ifndef __SDIO_DW_PLATFORM_H__
  11. #define __SDIO_DW_PLATFORM_H__
  12. #include "sdio-dw.h"
  13. rt_err_t sdio_dw_platform_register(struct rt_platform_device *pdev,
  14. const struct sdio_dw_drv_data *drv_data);
  15. #endif /* __SDIO_DW_PLATFORM_H__ */