summaryrefslogtreecommitdiff
path: root/testsuites/validation/tx-support.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tx-support.h')
-rw-r--r--testsuites/validation/tx-support.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/validation/tx-support.h b/testsuites/validation/tx-support.h
index c1f1e2062c..f12291c044 100644
--- a/testsuites/validation/tx-support.h
+++ b/testsuites/validation/tx-support.h
@@ -358,7 +358,9 @@ rtems_vector_number GetValidInterruptVectorNumber(
const rtems_interrupt_attributes *required
);
-rtems_vector_number GetTestableInterruptVector( void );
+rtems_vector_number GetTestableInterruptVector(
+ const rtems_interrupt_attributes *required
+);
bool HasInterruptVectorEntriesInstalled( rtems_vector_number vector );