RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
29extern "C" {
30#endif
31
48typedef 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
Thread_queue_Control Wait_queue
Definition: coresem.h:52
uint32_t count
Definition: coresem.h:55
Definition: threadq.h:553
Constants and Structures Needed to Declare a Thread Queue.