summaryrefslogtreecommitdiff
path: root/firmware/kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/kernel.c')
-rw-r--r--firmware/kernel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/kernel.c b/firmware/kernel.c
index 84fb438b49..ec2c149cc5 100644
--- a/firmware/kernel.c
+++ b/firmware/kernel.c
@@ -35,7 +35,7 @@ static struct event_queue *all_queues[32];
35static int num_queues; 35static int num_queues;
36 36
37void sleep(int ticks) __attribute__ ((section(".icode"))); 37void sleep(int ticks) __attribute__ ((section(".icode")));
38void queue_wait(struct event_queue *q, struct event *ev) __attribute__ ((section(".icode")));; 38void queue_wait(struct event_queue *q, struct event *ev) __attribute__ ((section(".icode")));
39 39
40/**************************************************************************** 40/****************************************************************************
41 * Standard kernel stuff 41 * Standard kernel stuff