RTEMS
Variables
part.c File Reference

Classic Partition Information with Zero Objects. More...

#include <rtems/rtems/partdata.h>

Go to the source code of this file.

Variables

Objects_Information _Partition_Information = { ( (Objects_Id) ( (Objects_Id) OBJECTS_CLASSIC_API << 24U ) | ( (Objects_Id) OBJECTS_RTEMS_PARTITIONS << 27U ) | ( (Objects_Id) 1 << 16U ) | ( (Objects_Id) 0 << 0U ) ), NULL, _Objects_Allocate_none, NULL, 0, 0, 0, 0 , { { { &( _Partition_Information.Inactive ).Tail.Node, NULL }, &( _Partition_Information.Inactive ).Head.Node } }, NULL, NULL, NULL }
 The Classic Partition objects information.
 

Detailed Description

Classic Partition Information with Zero Objects.

Definition in file part.c.