Rev 2942 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2942 | Rev 4692 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | #ifndef DTHREAD_H_ |
35 | #ifndef DTHREAD_H_ |
36 | #define DTHREAD_H_ |
36 | #define DTHREAD_H_ |
37 | 37 | ||
38 | #include <udebug.h> |
38 | #include <udebug.h> |
39 | #include <fibril.h> |
39 | #include <fibril.h> |
40 | #include <libadt/list.h> |
40 | #include <adt/list.h> |
41 | 41 | ||
42 | #include "include/arch/types.h" |
42 | #include "include/arch/types.h" |
43 | 43 | ||
44 | typedef struct { |
44 | typedef struct { |
45 | int id; /* human-friendly id */ |
45 | int id; /* human-friendly id */ |