From 410317ae3a0a4a512f072c3b1a48518e3c1135ab Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 12 May 2021 07:11:48 +0200 Subject: validation: Add INVALID_ID to tx-support.h --- testsuites/validation/tx-support.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testsuites/validation/tx-support.h') 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 ] ), \ -- cgit v1.2.3