Hello! I need the information provided by aml::resource::IOPortDescriptor to do some device initialization. But its members are all private and I don't see any interface for accessing them. Can we make them (along with the members of other descriptor structs) public, like in aml::resource::IrqDescriptor? If that sounds reasonable I can open a PR.
Hello! I need the information provided by
aml::resource::IOPortDescriptor
to do some device initialization. But its members are all private and I don't see any interface for accessing them. Can we make them (along with the members of other descriptor structs) public, like inaml::resource::IrqDescriptor
? If that sounds reasonable I can open a PR.