forked from Imagelibrary/rtems
Corrected lines that were too long.
This commit is contained in:
@@ -76,7 +76,7 @@ typedef struct t_cflg @{
|
|||||||
VP exinf; /* extended information */
|
VP exinf; /* extended information */
|
||||||
ATR flgatr; /* eventflag attribute */
|
ATR flgatr; /* eventflag attribute */
|
||||||
UINT iflgptn; /* initial eventflag */
|
UINT iflgptn; /* initial eventflag */
|
||||||
/* additional information may be included depending on the implementation */
|
/* additional implementation dependent information may be included */
|
||||||
@} T_CFLG;
|
@} T_CFLG;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -134,10 +134,10 @@ defined as follows:
|
|||||||
@example
|
@example
|
||||||
/* Reference Eventflags (ref_flg) Structure */
|
/* Reference Eventflags (ref_flg) Structure */
|
||||||
typedef struct t_rflg @{
|
typedef struct t_rflg @{
|
||||||
VP exinf; /* extended information */
|
VP exinf; /* extended information */
|
||||||
BOOL_ID wtsk; /* indicates whether or not there is a waiting task */
|
BOOL_ID wtsk; /* indicates whether there is a waiting task */
|
||||||
UINT flgptn; /* eventflag bit pattern */
|
UINT flgptn; /* eventflag bit pattern */
|
||||||
/* additional information may be included depending on the implementation */
|
/* additional implementation dependent information may be included */
|
||||||
@} T_RFLG;
|
@} T_RFLG;
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ typedef struct t_csem @{
|
|||||||
/* Following is the extended function for [level X]. */
|
/* Following is the extended function for [level X]. */
|
||||||
INT isemcnt; /* initial semaphore count */
|
INT isemcnt; /* initial semaphore count */
|
||||||
INT maxsem; /* maximum semaphore count */
|
INT maxsem; /* maximum semaphore count */
|
||||||
/* additional information may be included depending on the implementation */
|
/* additional implementation dependent information may be included */
|
||||||
@} T_CSEM;
|
@} T_CSEM;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -126,9 +126,9 @@ is defined as follows:
|
|||||||
|
|
||||||
typedef struct t_rsem @{
|
typedef struct t_rsem @{
|
||||||
VP exinf; /* extended information */
|
VP exinf; /* extended information */
|
||||||
BOOL_ID wtsk; /* indicates whether or not there is a waiting task */
|
BOOL_ID wtsk; /* indicates whether there is a waiting task */
|
||||||
INT semcnt; /* current semaphore count */
|
INT semcnt; /* current semaphore count */
|
||||||
/* additional information may be included depending on the implementation */
|
/* additional implementation dependent information may be included */
|
||||||
@} T_RSEM;
|
@} T_RSEM;
|
||||||
@end group
|
@end group
|
||||||
@end example
|
@end example
|
||||||
|
|||||||
Reference in New Issue
Block a user