We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bae34 commit ba09a00Copy full SHA for ba09a00
common/lib/kernel/devices/pci_device.cpp
@@ -20,9 +20,11 @@
20
#include <villas/exceptions.hpp>
21
#include <villas/kernel/devices/generic_driver.hpp>
22
#include <villas/kernel/devices/pci_device.hpp>
23
+#include <villas/kernel/devices/utils.hpp>
24
#include <villas/utils.hpp>
25
26
using namespace villas::kernel::devices;
27
+using villas::kernel::devices::utils::write_to_file;
28
29
#define PCI_BASE_ADDRESS_N(n) (PCI_BASE_ADDRESS_0 + sizeof(uint32_t) * (n))
30
0 commit comments