17 #ifndef _RTEMS_RTEMS_PARTDATA_H 18 #define _RTEMS_RTEMS_PARTDATA_H 43 void *starting_address;
51 uintptr_t number_of_used_blocks;
61 #if defined(RTEMS_MULTIPROCESSING) 69 void _Partition_MP_Send_extract_proxy (
84 #define PARTITION_INFORMATION_DEFINE( max ) \ 85 OBJECTS_INFORMATION_DEFINE( \ 87 OBJECTS_CLASSIC_API, \ 88 OBJECTS_RTEMS_PARTITIONS, \ 91 OBJECTS_NO_STRING_NAME, \ 92 _Partition_MP_Send_extract_proxy \ uint32_t rtems_attribute
Definition: attr.h:41
Objects_Control Object
Definition: partdata.h:39
Objects_Information _Partition_Information
The Classic Partition objects information.
Definition: objectdata.h:39
#define ISR_LOCK_MEMBER(_designator)
Defines an ISR lock member.
Definition: isrlock.h:89
Object Handler Data Structures.
Definition: partdata.h:37
uint32_t Objects_Id
Definition: object.h:75
Classic Partition Manager API.