summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tx-support.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-06-29 15:57:50 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-26 19:57:31 +0200
commit1465e78a59869ddad0432bbe9815bcba891a2ad0 (patch)
tree628447f02c7c3c07b0595e57a9eee1b798869135 /testsuites/validation/tx-support.h
parentvalidation: Add CallWithinISR() (diff)
downloadrtems-1465e78a59869ddad0432bbe9815bcba891a2ad0.tar.bz2
validation: HasInterruptVectorEntriesInstalled()
Update #3269.
Diffstat (limited to '')
-rw-r--r--testsuites/validation/tx-support.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/validation/tx-support.h b/testsuites/validation/tx-support.h
index 9d5a51e461..378e98ee3f 100644
--- a/testsuites/validation/tx-support.h
+++ b/testsuites/validation/tx-support.h
@@ -113,6 +113,8 @@ void CallWithinISRSubmit( CallWithinISRRequest *request );
void CallWithinISRWait( const CallWithinISRRequest *request );
+bool HasInterruptVectorEntriesInstalled( rtems_vector_number vector );
+
/** @} */
#ifdef __cplusplus