Rev 2260 | Rev 2283 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2260 | Rev 2265 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | */ |
28 | */ |
29 | 29 | ||
30 | #include <print.h> |
30 | #include <print.h> |
31 | 31 | ||
32 | #include <test.h> |
32 | #include <test.h> |
33 | #include <ddi/tasklet.h> |
33 | #include <proc/tasklet.h> |
34 | #include <synch/waitq.h> |
34 | #include <synch/waitq.h> |
35 | 35 | ||
36 | #include <arch/types.h> |
36 | #include <arch/types.h> |
37 | 37 | ||
38 | static void func(void *data) |
38 | static void func(void *data) |