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:
parent
6f6fe52ce4
commit
795a565adf
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue