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

Fix missing villas kernel header in TSC

Signed-off-by: Leonardo Carreras <leonardo.carreras@eonerc.rwth-aachen.de>
This commit is contained in:
Leonardo Carreras 2025-02-03 17:16:36 +00:00
parent 9f89b0d29b
commit 0e29829fa5

View file

@ -5,8 +5,11 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <villas/kernel/kernel.hpp>
#include <villas/tsc.hpp>
using namespace villas;
int tsc_init(struct Tsc *t) {
#if defined(__x86_64__) || defined(__i386__)
uint32_t eax = 0, ebx = 0, ecx = 0, edx = 0;