forked from Imagelibrary/rtems
@@ -44,29 +44,6 @@ extern "C" {
|
||||
*/
|
||||
/**@{**/
|
||||
|
||||
#ifdef RTEMS_DEPRECATED_TYPES
|
||||
/**
|
||||
* @brief Single precision float type.
|
||||
*
|
||||
* @deprecated Use @c float instead.
|
||||
*/
|
||||
typedef single_precision rtems_single RTEMS_DEPRECATED;
|
||||
|
||||
/**
|
||||
* @brief Double precision float type.
|
||||
*
|
||||
* @deprecated Use @c double instead.
|
||||
*/
|
||||
typedef double_precision rtems_double RTEMS_DEPRECATED;
|
||||
|
||||
/**
|
||||
* @brief RTEMS boolean type.
|
||||
*
|
||||
* @deprecated Use @c bool instead
|
||||
*/
|
||||
typedef boolean rtems_boolean RTEMS_DEPRECATED;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Classic API @ref ClassicRTEMSSubSecObjectNames "object name" type.
|
||||
*
|
||||
|
||||
@@ -549,12 +549,6 @@ extern void RTEMS_DEQUALIFY_types_not_compatible(void);
|
||||
#define RTEMS_XSTRING( _x ) RTEMS_STRING( _x )
|
||||
|
||||
#ifndef ASM
|
||||
#ifdef RTEMS_DEPRECATED_TYPES
|
||||
typedef bool boolean RTEMS_DEPRECATED;
|
||||
typedef float single_precision RTEMS_DEPRECATED;
|
||||
typedef double double_precision RTEMS_DEPRECATED;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* XXX: Eventually proc_ptr needs to disappear!!!
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user