diff options
author | erdgeist <> | 2007-11-21 01:54:52 +0000 |
---|---|---|
committer | erdgeist <> | 2007-11-21 01:54:52 +0000 |
commit | e65a41d0006d463c7062124fc1a2c7a471200a1b (patch) | |
tree | b0d7bd21a7d949016492d98ca7184f941ecec169 | |
parent | a85798279b38afed34f54870c4956587cea3d865 (diff) |
Split sync in and sync out into different tasks
-rw-r--r-- | ot_mutex.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,7 +34,8 @@ typedef enum { | |||
34 | 34 | ||
35 | TASK_CLEAN = 0x0300, | 35 | TASK_CLEAN = 0x0300, |
36 | 36 | ||
37 | TASK_SYNC = 0x0400, | 37 | TASK_SYNC_OUT = 0x0400, |
38 | TASK_SYNC_IN = 0x0401, | ||
38 | 39 | ||
39 | TASK_DMEM = 0x0500, | 40 | TASK_DMEM = 0x0500, |
40 | 41 | ||