Rev 1445 | Rev 1453 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1445 | Rev 1449 | ||
---|---|---|---|
Line 42... | Line 42... | ||
42 | #include <string.h> |
42 | #include <string.h> |
43 | #include <errno.h> |
43 | #include <errno.h> |
44 | #include <kbd.h> |
44 | #include <kbd.h> |
45 | #include <ipc/fb.h> |
45 | #include <ipc/fb.h> |
46 | #include <async.h> |
46 | #include <async.h> |
47 | #include <time.h> |
47 | #include <sys/time.h> |
48 | 48 | ||
49 | int a; |
49 | int a; |
50 | atomic_t ftx; |
50 | atomic_t ftx; |
51 | 51 | ||
52 | int __thread stage; |
52 | int __thread stage; |