summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/tmtests/tm09/tmtest.ads
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/tmtests/tm09/tmtest.ads')
-rw-r--r--c/src/ada-tests/tmtests/tm09/tmtest.ads13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/ada-tests/tmtests/tm09/tmtest.ads b/c/src/ada-tests/tmtests/tm09/tmtest.ads
index 85867105fa..d1a4f3eac1 100644
--- a/c/src/ada-tests/tmtests/tm09/tmtest.ads
+++ b/c/src/ada-tests/tmtests/tm09/tmtest.ads
@@ -27,6 +27,19 @@ with RTEMS;
package TMTEST is
--
+-- Buffer Record similar to that used by RTEMS 3.2.1. Using this
+-- avoids changes to the test.
+--
+
+ type BUFFER is
+ record
+ FIELD1 : RTEMS.UNSIGNED32; -- TEMPORARY UNTIL VARIABLE LENGTH
+ FIELD2 : RTEMS.UNSIGNED32;
+ FIELD3 : RTEMS.UNSIGNED32;
+ FIELD4 : RTEMS.UNSIGNED32;
+ end record;
+
+--
-- The following is the ID of the message queue used for timing operations.
--