summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-02 14:23:52 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-03 05:57:06 +0100
commit8a95e6f820f066451e1325592c9c0f18fa205c17 (patch)
treeef684ed217a4af5ac6e20eaf7e578b83d6afb50c /testsuites/sptests
parentscore: Define _Assert() for static analysis runs (diff)
downloadrtems-8a95e6f820f066451e1325592c9c0f18fa205c17.tar.bz2
rtems: Rework object services API
Add a "Constraints" paragraph to the documentation. Provide prototypes for programming language bindings. Use the macro implementation to implement the corresponding functions. Update #3993.
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/sp43/init.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuites/sptests/sp43/init.c b/testsuites/sptests/sp43/init.c
index 57f883daf0..09c60cdb0d 100644
--- a/testsuites/sptests/sp43/init.c
+++ b/testsuites/sptests/sp43/init.c
@@ -22,21 +22,13 @@ const char rtems_test_name[] = "SP 43";
/* These functions have both macro and function incarnations */
#undef rtems_build_id
-extern rtems_id rtems_build_id(int api,int class,int node,int index);
#undef rtems_build_name
-extern rtems_name rtems_build_name(char C1,char C2,char C3,char C4);
#undef rtems_object_id_api_maximum
-extern int rtems_object_id_api_maximum(void);
#undef rtems_object_id_api_minimum
-extern int rtems_object_id_api_minimum(void);
#undef rtems_object_id_get_api
-extern int rtems_object_id_get_api(rtems_id id);
#undef rtems_object_id_get_class
-extern int rtems_object_id_get_class(rtems_id id);
#undef rtems_object_id_get_index
-extern int rtems_object_id_get_index(rtems_id id);
#undef rtems_object_id_get_node
-extern int rtems_object_id_get_node(rtems_id id);
void print_class_info(
int api,