We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow-up from https://github.com/seL4/util_libs/pull/112/files/b6a47d9d0b656ef77601ea9d005a26409c887a8c#r766004484
We had to include this header file here to address a nasty include problem and make these prototypes available to other C files in our driver:
int enet_mdio_read(struct enet *enet, uint16_t phy, uint16_t reg); int enet_mdio_write(struct enet *enet, uint16_t phy, uint16_t reg, uint16_t data);
The includes should be reworked, so no header form the src are made public
src
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Follow-up from https://github.com/seL4/util_libs/pull/112/files/b6a47d9d0b656ef77601ea9d005a26409c887a8c#r766004484
We had to include this header file here to address a nasty include problem and make these prototypes available to other C files in our driver:
The includes should be reworked, so no header form the
src
are made publicThe text was updated successfully, but these errors were encountered: