1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

add include

Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2024-08-24 12:23:09 +02:00
parent 6f6fe52ce4
commit 795a565adf

View file

@ -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))