Changeset b06e68ef in rtems for cpukit/rtems/macros/rtems


Ignore:
Timestamp:
08/17/95 19:51:51 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
95fbca1
Parents:
3b438fa
Message:

Numerous miscellaneous features incorporated from Tony Bennett
(tbennett@…) including the following major additions:

+ variable length messages
+ named devices
+ debug monitor
+ association tables/variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/rtems/macros/rtems/rtems/attr.inl

    r3b438fa rb06e68ef  
    6363/*PAGE
    6464 *
    65  *  _Attributes_Is_limit
    66  *
    67  */
    68 
    69 #define _Attributes_Is_limit( _attribute_set ) \
    70   ( (_attribute_set) & RTEMS_LIMIT )
    71 
    72 /*PAGE
    73  *
    7465 *  _Attributes_Is_binary_semaphore
    7566 *
Note: See TracChangeset for help on using the changeset viewer.