You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
833: Refactor the ioctl API and documentation r=posborne a=Susurrus
I still need to flesh out the docs for the different `ioctl_*!` variants that now exist. I separated them into different macros so they can have their own docs, which should help discoverability. And when macro namespacing comes around this will be a pretty neatly documented API I think (though we'll likely want to rename these macros again at that point).
* Split `ioctl!` into separate macros. This makes documentation easier to read.
* Expose `request_code_*!` in the documentation to make the `ioctl_*_bad` macros easier to use.
* Reorganize the file hierarchy to be simpler
cc @gabrielesvelto@posborne@jethrogb
Co-authored-by: Bryant Mairs <bryantmairs@google.com>
0 commit comments