IncludeOS icon indicating copy to clipboard operation
IncludeOS copied to clipboard

Use enum-class for PCI configuration registers

Open MagnusS opened this issue 2 months ago • 0 comments

They are currently defines in https://github.com/includeos/IncludeOS/blob/main/api/hw/pci_device.hpp#L25, but it would be better to move them into an enum class for type safety.

See discussion in https://github.com/includeos/IncludeOS/pull/2328/files#r2448877338

MagnusS avatar Oct 27 '25 11:10 MagnusS