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:
parent
3e62fa9b6f
commit
cae48a7dfa
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue