From 8a95e6f820f066451e1325592c9c0f18fa205c17 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 2 Feb 2021 14:23:52 +0100 Subject: 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. --- testsuites/sptests/sp43/init.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'testsuites/sptests') 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, -- cgit v1.2.3