]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/examples/libs/inputtst/main.c
update
[l4.git] / l4 / pkg / examples / libs / inputtst / main.c
index a9ae945352aafc16c03c204cee5a82d916f09ae0..3b9409a04e87456d44d58cb01b8e780a3fd49a12 100644 (file)
@@ -323,14 +323,14 @@ static void log_event(struct l4input *ev)
 }
 
 /** CALLBACK MODE TEST **/
-static void event_cb(struct l4input *ev)
+static L4_CV void event_cb(struct l4input *ev)
 {
        /* XXX seems stupid but it's historical */
        log_event(ev);
 }
 
 /** BUFFER MODE TEST **/
-static void event_buf(void)
+static L4_CV void event_buf(void)
 {
        int rd, i;
        static struct l4input ev[64];