21std::optional<struct sdb_device_info>
read_sdb(
struct pcie_bars *, device_match_fn,
unsigned);
23std::vector<struct sdb_synthesis_info> get_synthesis_info(
struct pcie_bars *);
Definition: pcie-defs.h:19
std::optional< struct sdb_device_info > read_sdb(struct pcie_bars *, device_match_fn, unsigned)
Definition: sdb.cc:70