| 326 | } |
| 327 | |
| 328 | rt_int32_t rthw_sdctrl_detect(struct rt_mmcsd_host *host) |
| 329 | { |
| 330 | ft_sdctrl_class_t *class_p = host->private_data; |
| 331 | |
| 332 | return FSdCtrl_CardDetect(&class_p->ft_sdctrl); |
| 333 | } |
| 334 | |
| 335 | static const struct rt_mmcsd_host_ops ops = |
| 336 | { |
nothing calls this directly
no test coverage detected