summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spobjgetnext
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spobjgetnext')
-rw-r--r--testsuites/sptests/spobjgetnext/init.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/sptests/spobjgetnext/init.c b/testsuites/sptests/spobjgetnext/init.c
index 5058a69fff..eaabffcf65 100644
--- a/testsuites/sptests/spobjgetnext/init.c
+++ b/testsuites/sptests/spobjgetnext/init.c
@@ -15,7 +15,14 @@
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ 1
#include "system.h"
+/* prototypes */
+int scan_objects(
+ Objects_Information *information,
+ Objects_Id start
+);
+
#define MAX_SCAN 10
+
int scan_objects(
Objects_Information *information,
Objects_Id start