From e65a41d0006d463c7062124fc1a2c7a471200a1b Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 21 Nov 2007 01:54:52 +0000 Subject: Split sync in and sync out into different tasks --- ot_mutex.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ot_mutex.h') 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 { TASK_CLEAN = 0x0300, - TASK_SYNC = 0x0400, + TASK_SYNC_OUT = 0x0400, + TASK_SYNC_IN = 0x0401, TASK_DMEM = 0x0500, -- cgit v1.2.3