μHAL
util_sdb.h
Go to the documentation of this file.
1
5#ifndef UPPER_SDB_H
6#define UPPER_SDB_H
7
8#include <optional>
9#include <vector>
10
11#include "pcie-defs.h"
12#include "sdb-defs.h"
13
21std::optional<struct sdb_device_info> read_sdb(struct pcie_bars *, device_match_fn, unsigned);
22
23std::vector<struct sdb_synthesis_info> get_synthesis_info(struct pcie_bars *);
24
25#endif
Definition: pcie-defs.h:19
std::optional< struct sdb_device_info > read_sdb(struct pcie_bars *, device_match_fn, unsigned)
Definition: sdb.cc:70