RTEMS  5.0.0
coresem.h
Go to the documentation of this file.
1 
12 /*
13  * COPYRIGHT (c) 1989-2008.
14  * On-Line Applications Research Corporation (OAR).
15  *
16  * The license and distribution terms for this file may be
17  * found in the file LICENSE in this distribution or at
18  * http://www.rtems.org/license/LICENSE.
19  */
20 
21 #ifndef _RTEMS_SCORE_CORESEM_H
22 #define _RTEMS_SCORE_CORESEM_H
23 
24 #include <rtems/score/threadq.h>
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
44 typedef struct {
49 
51  uint32_t count;
53 
56 #ifdef __cplusplus
57 }
58 #endif
59 
60 #endif
61 /* end of include file */
Definition: coresem.h:44
Definition: threadq.h:547
Constants and Structures Needed to Declare a Thread Queue.
Thread_queue_Control Wait_queue
Definition: coresem.h:48
uint32_t count
Definition: coresem.h:51