RTEMS
Variables
extension.c File Reference

Extension Manager Information with Zero Objects. More...

#include <rtems/extensiondata.h>

Go to the source code of this file.

Variables

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

Detailed Description

Extension Manager Information with Zero Objects.

Definition in file extension.c.