Page MenuHomeFreeBSD

sdiob: Forward-declare struct sdio_func
ClosedPublic

Authored by jhb on Feb 18 2026, 3:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 15, 12:41 PM
Unknown Object (File)
Sun, Apr 5, 7:08 AM
Unknown Object (File)
Mar 10 2026, 10:23 AM
Unknown Object (File)
Mar 6 2026, 6:17 PM
Unknown Object (File)
Mar 4 2026, 7:44 AM
Unknown Object (File)
Mar 3 2026, 4:11 AM
Unknown Object (File)
Mar 3 2026, 3:19 AM
Unknown Object (File)
Mar 1 2026, 6:47 PM
Subscribers
None

Details

Summary

Currently this happens as a side effect of the return type of
sdio_get_function() in the expansion of BUS_ACCESSOR, but this is
fragile and can break if
BUS_ACCESSOR changes to define other
functions first.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable