Skip to content

Commit

Permalink
add include
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Bauer <[email protected]>
  • Loading branch information
IgnoreWarnings committed Aug 30, 2024
1 parent b4fec38 commit 9026915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/lib/kernel/devices/pci_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
#include <villas/exceptions.hpp>
#include <villas/kernel/devices/generic_driver.hpp>
#include <villas/kernel/devices/pci_device.hpp>
#include <villas/kernel/devices/utils.hpp>
#include <villas/utils.hpp>

using namespace villas::kernel::devices;
using villas::kernel::devices::utils::write_to_file;

#define PCI_BASE_ADDRESS_N(n) (PCI_BASE_ADDRESS_0 + sizeof(uint32_t) * (n))

Expand Down

0 comments on commit 9026915

Please sign in to comment.