μHAL
pcie-open.h
Go to the documentation of this file.
1
5#ifndef PCIE_OPEN_H
6#define PCIE_OPEN_H
7
8#include "pcie-defs.h"
9
11void dev_open_slot(struct pcie_bars &bars, int slot);
14void dev_open_slot(struct pcie_bars &bars, const char *slot);
17void dev_open(struct pcie_bars &bars, const char *pci_address);
18void dev_open_serial(struct pcie_bars &bars, const char *dev_file);
20void dev_close(struct pcie_bars &bars);
21
22#endif
void dev_close(struct pcie_bars &bars)
Definition: pcie-open.cc:149
void dev_open(struct pcie_bars &bars, const char *pci_address)
Definition: pcie-open.cc:74
void dev_open_slot(struct pcie_bars &bars, int slot)
Definition: pcie-open.cc:54
Definition: pcie-defs.h:19