summaryrefslogtreecommitdiff
path: root/firmware/API
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-06-29 22:39:22 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-06-29 22:39:22 +0000
commit270274ae5b5e808e8892859ee20deaef5075d35a (patch)
tree385ce5992490061287e6fe4ba120867177c27d04 /firmware/API
parent9f20263222f32445ba33d355dc1cdaf240431c01 (diff)
downloadrockbox-270274ae5b5e808e8892859ee20deaef5075d35a.zip
rockbox-270274ae5b5e808e8892859ee20deaef5075d35a.tar.gz
rockbox-270274ae5b5e808e8892859ee20deaef5075d35a.tar.bz2
rockbox-270274ae5b5e808e8892859ee20deaef5075d35a.tar.xz
Added remark about system events
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1256 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/API')
-rw-r--r--firmware/API1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/API b/firmware/API
index 05d7d20..cfd5aa8 100644
--- a/firmware/API
+++ b/firmware/API
@@ -233,6 +233,7 @@ Various
void queue_post(struct event_queue *q, int id, void *data)
Post an event to a queue.
+ NOTE: Negative event ID's are for system use only!!!
bool queue_empty(struct event_queue* q)