#include <pci_bridge.hpp>


Public Member Functions | |
| search_result (const pci_device *device=nullptr, const pci_device::search_result &result=pci_device::search_result()) | |
| bool | is_valid (void) const |
| Determines whether the search result is valid. | |
Public Attributes | |
| const pci_device * | device |
| The PCI device this region belongs to. | |
Transfer struct: doesn't free its pointers.
| bool pci_bridge::search_result::is_valid | ( | void | ) | const [inline] |
Determines whether the search result is valid.
That is an I/O region was found within this bridge's devices.
Reimplemented from pci_device::search_result.
References pci_device::search_result::is_valid().