summaryrefslogtreecommitdiff
path: root/testsuites/validation/tr-event-mgr-model.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tr-event-mgr-model.h')
-rw-r--r--testsuites/validation/tr-event-mgr-model.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/testsuites/validation/tr-event-mgr-model.h b/testsuites/validation/tr-event-mgr-model.h
index 927e2592bd..c7d3515a34 100644
--- a/testsuites/validation/tr-event-mgr-model.h
+++ b/testsuites/validation/tr-event-mgr-model.h
@@ -55,6 +55,7 @@
#include <rtems/test.h>
#include "ts-config.h"
+#include "tx-support.h"
#ifdef __cplusplus
extern "C" {
@@ -98,13 +99,6 @@ typedef struct {
T_thread_switch_log_4 thread_switch_log; // thread switch log
} RtemsModelEventsMgr_Context;
-typedef enum {
- PRIO_HIGH = 1,
- PRIO_NORMAL,
- PRIO_LOW,
- PRIO_OTHER
-} Priorities;
-
#define POWER_OF_10 100
#define WORKER_ATTRIBUTES RTEMS_DEFAULT_ATTRIBUTES