From 8a4ab4d519f923457d353cddd95b1f8047ecd542 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 30 Jan 2004 14:47:20 +0000 Subject: 2004-01-30 Joel Sherrill * ChangeLog, rtems/Makefile.am, rtems/include/rtems/rtems/support.h: Reverse developmental patches accidentally committed. --- cpukit/rtems/include/rtems/rtems/support.h | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'cpukit/rtems/include/rtems') diff --git a/cpukit/rtems/include/rtems/rtems/support.h b/cpukit/rtems/include/rtems/rtems/support.h index 23a88c0e77..6c9555bb00 100644 --- a/cpukit/rtems/include/rtems/rtems/support.h +++ b/cpukit/rtems/include/rtems/rtems/support.h @@ -20,9 +20,7 @@ extern "C" { #endif -#include #include -#include /* * rtems_build_name @@ -88,34 +86,6 @@ extern "C" { #define RTEMS_MICROSECONDS_TO_TICKS(_ms) \ TOD_MICROSECONDS_TO_TICKS(_ms) -/* - * Workspace Related - */ - -/* - * rtems_workspace_get_information - * - * DESCRIPTION: - * - * This directive will return information about the RTEMS - * executive workspace. - */ - -rtems_status_code rtems_workspace_get_information( - Heap_Information_block *the_info -); - -/* - * rtems_workspace_free_space - * - * DESCRIPTION: - * - * This directive will return the number of bytes available in the RTEMS - * executive workspace. This area is probably not be contiguous. - */ - -size_t rtems_workspace_free_space(void); - #ifndef __RTEMS_APPLICATION__ #include #endif -- cgit v1.2.3