Move TIME_TYPE bits to private header file
The TIME_TYPE bits are only unsed internally. Change-Id: I5afb64a7492ee6defe79f4a570ab1ea119501b55 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
f59c0244eb
commit
c7382898b6
2 changed files with 6 additions and 7 deletions
|
@ -180,13 +180,6 @@ struct k_mrec {
|
|||
|
||||
/* target channels types: */
|
||||
|
||||
typedef uint32_t TIME_TYPE;
|
||||
#define _ALLTIME ((TIME_TYPE)0x00FF0000)
|
||||
#define _TIME_NB ((TIME_TYPE)0x00010000)
|
||||
#define _TIME_B ((TIME_TYPE)0x00020000)
|
||||
#define _TIME_BT ((TIME_TYPE)0x00040000)
|
||||
|
||||
|
||||
struct pipe_struct {
|
||||
int iBufferSize; /* size in bytes, must be first for sysgen */
|
||||
char *Buffer; /* pointer to statically allocated buffer */
|
||||
|
|
|
@ -45,6 +45,12 @@ typedef uint32_t REQ_TYPE;
|
|||
#define _SYNCREQL ((REQ_TYPE)0x00000200)
|
||||
#define _ASYNCREQ ((REQ_TYPE)0x00000400)
|
||||
|
||||
typedef uint32_t TIME_TYPE;
|
||||
#define _ALLTIME ((TIME_TYPE)0x00FF0000)
|
||||
#define _TIME_NB ((TIME_TYPE)0x00010000)
|
||||
#define _TIME_B ((TIME_TYPE)0x00020000)
|
||||
#define _TIME_BT ((TIME_TYPE)0x00040000)
|
||||
|
||||
/* K functions: */
|
||||
|
||||
extern void K_ChSendReq(struct k_args *ReqOrig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue