37#ifndef _RTEMS_RTEMS_REGIONDATA_H
38#define _RTEMS_RTEMS_REGIONDATA_H
64 uintptr_t maximum_segment_size;
83#define REGION_INFORMATION_DEFINE( max ) \
84 OBJECTS_INFORMATION_DEFINE( \
86 OBJECTS_CLASSIC_API, \
87 OBJECTS_RTEMS_REGIONS, \
90 OBJECTS_NO_STRING_NAME, \
uint32_t rtems_attribute
This type represents Classic API attributes.
Definition: attr.h:96
Objects_Information _Region_Information
The Classic Region objects information.
This header file provides interfaces of the Heap Handler which are used by the implementation and the...
This header file provides data structures used by the implementation and the Application Configuratio...
This header file defines the Region Manager API.
Control block used to manage a heap.
Definition: heap.h:339
Definition: objectdata.h:61
Definition: regiondata.h:60
Definition: threadq.h:609
The thread queue operations are used to manage the threads of a thread queue.
Definition: threadq.h:554
This header file provides interfaces of the Thread Queue Handler which are used by the implementation...