OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [itron/] [include/] [rtems/] [itron/] [eventflags.h] - Blame information for rev 30

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*
2
 *  COPYRIGHT (c) 1989-1999.
3
 *  On-Line Applications Research Corporation (OAR).
4
 *
5
 *  The license and distribution terms for this file may be
6
 *  found in the file LICENSE in this distribution or at
7
 *  http://www.OARcorp.com/rtems/license.html.
8
 *
9
 *  $Id: eventflags.h,v 1.2 2001-09-27 11:59:12 chris Exp $
10
 */
11
 
12
#ifndef __RTEMS_ITRON_EVENTFLAGS_h_
13
#define __RTEMS_ITRON_EVENTFLAGS_h_
14
 
15
#ifdef __cplusplus
16
extern "C" {
17
#endif
18
 
19
#include <rtems/itron/object.h>
20
 
21
/*
22
 *  The following defines the control block used to manage each event flag.
23
 */
24
 
25
typedef struct {
26
  ITRON_Objects_Control   Object;
27
  unsigned32              XXX_more_stuff_goes_here;
28
}   ITRON_Eventflags_Control;
29
 
30
/*
31
 *  The following defines the information control block used to manage
32
 *  this class of objects.
33
 */
34
 
35
ITRON_EXTERN Objects_Information  _ITRON_Eventflags_Information;
36
 
37
/*
38
 *  _ITRON_Eventflags_Manager_initialization
39
 *
40
 *  DESCRIPTION:
41
 *
42
 *  This routine performs the initialization necessary for this manager.
43
 */
44
 
45
void _ITRON_Eventflags_Manager_initialization(
46
  unsigned32 maximum_eventflags
47
);
48
 
49
/*
50
 *  XXX insert private stuff here
51
 */
52
 
53
#include <rtems/itron/eventflags.inl>
54
 
55
#ifdef __cplusplus
56
}
57
#endif
58
 
59
#endif
60
/* end of include file */
61
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.