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