From 1465e78a59869ddad0432bbe9815bcba891a2ad0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 29 Jun 2021 15:57:50 +0200 Subject: validation: HasInterruptVectorEntriesInstalled() Update #3269. --- testsuites/validation/tx-support.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/validation/tx-support.h') 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 -- cgit v1.2.3