summaryrefslogtreecommitdiff
path: root/firmware/export/kernel.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-03-09 08:09:48 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-03-09 08:09:48 +0000
commit178afc9cafdf776831fdc7ca1357c8cb80b67699 (patch)
tree9b32abb0b9a6b4437c31c8d0e58672b50ea81978 /firmware/export/kernel.h
parentdee43ece2086e15894934b754e47cb7ce5882cda (diff)
downloadrockbox-178afc9cafdf776831fdc7ca1357c8cb80b67699.tar.gz
rockbox-178afc9cafdf776831fdc7ca1357c8cb80b67699.zip
As usual I left experimental stuff in a file. Forgot to add that set_irq_level_and_block thread is per core now too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12689 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/kernel.h')
-rw-r--r--firmware/export/kernel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/kernel.h b/firmware/export/kernel.h
index 495e558175..cd6a810bad 100644
--- a/firmware/export/kernel.h
+++ b/firmware/export/kernel.h
@@ -83,10 +83,6 @@ struct event_queue
83#endif 83#endif
84}; 84};
85 85
86#define MTX_UNOWNED 0x00000000
87#define MTX_BLOCKED_WAITER 0x00000001
88#define MTX_SPIN_WAITER 0x00010001
89#define MTX_SPIN_OWNER 0x00020001
90struct mutex 86struct mutex
91{ 87{
92 uint32_t locked; 88 uint32_t locked;