summaryrefslogtreecommitdiff
path: root/include/task_id.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-04-05 15:34:01 -0700
committerRandall Spangler <rspangler@chromium.org>2012-04-06 09:06:53 -0700
commita61d8db3d3d7cb145abb3a3580c9a9cfe2d044d7 (patch)
tree6ff786efde031e483645c0900388ca53d51b5255 /include/task_id.h
parent0eb94470511959c09e5cb0f55eda0478dd5c7b04 (diff)
downloadchrome-ec-a61d8db3d3d7cb145abb3a3580c9a9cfe2d044d7.tar.gz
Change task messages to events
Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=chrome-os-partner:7461 TEST=manual make BOARD={bds,link,daisy} make tests flash link system and make sure it boots Change-Id: I1241a1895c083e387e38ddab01ac346ca4474eb9
Diffstat (limited to 'include/task_id.h')
-rw-r--r--include/task_id.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/task_id.h b/include/task_id.h
index a2fb17ca7a..493082a0b5 100644
--- a/include/task_id.h
+++ b/include/task_id.h
@@ -32,9 +32,6 @@ enum {
/* Number of tasks */
TASK_ID_COUNT,
/* Special task identifiers */
- TASK_ID_MUTEX = 0x1e, /* signal mutex unlocking */
- TASK_ID_TIMER = 0x1f, /* message from an expired timer */
- TASK_ID_CURRENT = 0xfe, /* the currently running task */
TASK_ID_INVALID = 0xff /* unable to find the task */
};
#undef TASK