summaryrefslogtreecommitdiff
path: root/ot_mutex.h
diff options
context:
space:
mode:
authorerdgeist <>2007-11-21 01:54:52 +0000
committererdgeist <>2007-11-21 01:54:52 +0000
commite65a41d0006d463c7062124fc1a2c7a471200a1b (patch)
treeb0d7bd21a7d949016492d98ca7184f941ecec169 /ot_mutex.h
parenta85798279b38afed34f54870c4956587cea3d865 (diff)
Split sync in and sync out into different tasks
Diffstat (limited to 'ot_mutex.h')
-rw-r--r--ot_mutex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ot_mutex.h b/ot_mutex.h
index b2668ce..fd45397 100644
--- a/ot_mutex.h
+++ b/ot_mutex.h
@@ -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