summaryrefslogtreecommitdiff
path: root/MLP/include/timer.h
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-05-15 10:13:23 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-05-15 10:13:23 +0200
commit665cc63e16a1a5ac083c3a2df38236ae58025b64 (patch)
treec153ad46b6673fd2627d5988c360f8ec00b84fac /MLP/include/timer.h
parent28f4fec42cc1eeec9718d1534728afaf9ac540f8 (diff)
MLP: Add AspectC++ support
Diffstat (limited to 'MLP/include/timer.h')
-rw-r--r--MLP/include/timer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/MLP/include/timer.h b/MLP/include/timer.h
new file mode 100644
index 0000000..bff638d
--- /dev/null
+++ b/MLP/include/timer.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#define N_TIMERS 5
+#include "../../include/timer_base.h"
+#undef N_TIMERS