Changeset 5e96e917 in rtems for cpukit/itron/include/rtems/itron
- Timestamp:
- 11/17/99 15:24:11 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4ccd020
- Parents:
- c730be8f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/itron/include/rtems/itron/mbox.h
rc730be8f r5e96e917 15 15 16 16 #include <rtems/itron/object.h> 17 #include <rtems/score/coremsg.h> 17 18 18 19 /* … … 21 22 22 23 typedef struct { 23 ITRON_Objects_Control Object; 24 unsigned32 XXX_more_stuff_goes_here; 24 ITRON_Objects_Control Object; 25 unsigned32 count; 26 boolean do_message_priority; 27 CORE_message_queue_Control message_queue; 25 28 } ITRON_Mailbox_Control; 26 29 … … 45 48 46 49 /* 47 * XXX insert private stuff here 50 * _ITRON_Mailbox_Translate_core_message_queue_return_code 51 * 52 * DESCRIPTION: 53 * 54 * This routine translates a core message queue object status 55 * into the appropriate ITRON status code. 48 56 */ 57 58 ER _ITRON_Mailbox_Translate_core_message_queue_return_code( 59 CORE_message_queue_Status status 60 ); 49 61 50 62 #include <rtems/itron/mbox.inl>
Note: See TracChangeset
for help on using the changeset viewer.