-
-
Notifications
You must be signed in to change notification settings - Fork 181
uefi-raw: Add binding for EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL #1658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
No idea what the CI is complaining about, tbh. I'm still quite unsure about how we should handle |
Currently just a couple minor clippy things, add
Yep, when in doubt let's go with |
|
The error reporting of the |
|
Ah sorry I missed that error. It's because you're using a Rust enum, which is not quite compatible with a C enum (because it's undefined behavior to create a Rust enum from an invalid value). This can be fixed by using the (I put up #1660 to improve this error message.) |
Oof, that's embarrassing, the last merge request was only a few weeks ago and I've already forgotten about it. I needed some iterations for the addressing stuff ( |
nicholasbishop
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, but needs a git conflict resolved

Checklist