Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ffi: Add public
set_version
function
Somehow Cargo didn't complain about the previous generated ioctl function being unused, but does now with the macro based on Rustix. Taking an `&mut` matches the API of `drmSetInterfaceVersion` in libdrm, so it makes sense to just stick with that.
- Loading branch information