forked from Imagelibrary/rtems
Changed RTEMS_MAXIMUM_NAME_LENGTH to ITRON_MAXIMUM_NAME_LENGTH.
This commit is contained in:
@@ -38,7 +38,7 @@ void _ITRON_Eventflags_Manager_initialization(
|
|||||||
/* control block */
|
/* control block */
|
||||||
FALSE, /* TRUE if names for this object */
|
FALSE, /* TRUE if names for this object */
|
||||||
/* are strings */
|
/* are strings */
|
||||||
RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
ITRON_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
||||||
/* name */
|
/* name */
|
||||||
FALSE /* TRUE if this class is threads */
|
FALSE /* TRUE if this class is threads */
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ void _ITRON_Fixed_memory_pool_Manager_initialization(
|
|||||||
/* size of this object's control block */
|
/* size of this object's control block */
|
||||||
FALSE, /* TRUE if names for this object */
|
FALSE, /* TRUE if names for this object */
|
||||||
/* are strings */
|
/* are strings */
|
||||||
RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
ITRON_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
||||||
/* name */
|
/* name */
|
||||||
FALSE /* TRUE if this class is threads */
|
FALSE /* TRUE if this class is threads */
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ void _ITRON_Semaphore_Manager_initialization(
|
|||||||
sizeof( ITRON_Semaphore_Control ), /* size of this object's control block */
|
sizeof( ITRON_Semaphore_Control ), /* size of this object's control block */
|
||||||
FALSE, /* TRUE if names for this object */
|
FALSE, /* TRUE if names for this object */
|
||||||
/* are strings */
|
/* are strings */
|
||||||
RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
ITRON_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
||||||
/* name */
|
/* name */
|
||||||
FALSE /* TRUE if this class is threads */
|
FALSE /* TRUE if this class is threads */
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ void _ITRON_Mailbox_Manager_initialization(
|
|||||||
sizeof( ITRON_Mailbox_Control ), /* size of this object's control block */
|
sizeof( ITRON_Mailbox_Control ), /* size of this object's control block */
|
||||||
FALSE, /* TRUE if names for this object */
|
FALSE, /* TRUE if names for this object */
|
||||||
/* are strings */
|
/* are strings */
|
||||||
RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
ITRON_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
||||||
/* name */
|
/* name */
|
||||||
FALSE /* TRUE if this class is threads */
|
FALSE /* TRUE if this class is threads */
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ void _ITRON_Message_buffer_Manager_initialization(
|
|||||||
block */
|
block */
|
||||||
FALSE, /* TRUE if names for this
|
FALSE, /* TRUE if names for this
|
||||||
object are strings */
|
object are strings */
|
||||||
RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of each
|
ITRON_MAXIMUM_NAME_LENGTH, /* maximum length of each
|
||||||
object's name */
|
object's name */
|
||||||
FALSE /* TRUE if this class is threads */
|
FALSE /* TRUE if this class is threads */
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ void _ITRON_Port_Manager_initialization(
|
|||||||
sizeof( ITRON_Port_Control ), /* size of this object's control block */
|
sizeof( ITRON_Port_Control ), /* size of this object's control block */
|
||||||
FALSE, /* TRUE if names for this object */
|
FALSE, /* TRUE if names for this object */
|
||||||
/* are strings */
|
/* are strings */
|
||||||
RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of each object's name */
|
ITRON_MAXIMUM_NAME_LENGTH, /* maximum length of each object's name */
|
||||||
FALSE /* TRUE if this class is threads */
|
FALSE /* TRUE if this class is threads */
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ void _ITRON_Variable_memory_pool_Manager_initialization(
|
|||||||
/* size of this object's control block */
|
/* size of this object's control block */
|
||||||
FALSE, /* TRUE if names for this object */
|
FALSE, /* TRUE if names for this object */
|
||||||
/* are strings */
|
/* are strings */
|
||||||
RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
ITRON_MAXIMUM_NAME_LENGTH, /* maximum length of each object's */
|
||||||
/* name */
|
/* name */
|
||||||
FALSE /* TRUE if this class is threads */
|
FALSE /* TRUE if this class is threads */
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user