summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tx-support.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/validation/tx-support.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/validation/tx-support.h b/testsuites/validation/tx-support.h
index 69cb308d52..932584b168 100644
--- a/testsuites/validation/tx-support.h
+++ b/testsuites/validation/tx-support.h
@@ -60,6 +60,11 @@ typedef enum {
PRIO_ULTRA_LOW
} Priority;
+/**
+ * @brief This constants represents an invalid RTEMS object identifier.
+ */
+#define INVALID_ID 0xfffffffd
+
#define CreateTask( name, priority ) \
DoCreateTask( \
rtems_build_name( name[ 0 ], name[ 1 ], name[ 2 ], name[ 3 ] ), \