Rev 2927 | Rev 4347 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2927 | Rev 3149 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | #include <print.h> |
35 | #include <print.h> |
36 | #include <printf/printf_core.h> |
36 | #include <printf/printf_core.h> |
37 | #include <putchar.h> |
37 | #include <putchar.h> |
38 | #include <synch/spinlock.h> |
38 | #include <synch/spinlock.h> |
39 | #include <arch/asm.h> |
39 | #include <arch/asm.h> |
- | 40 | #include <arch/types.h> |
|
- | 41 | #include <typedefs.h> |
|
40 | 42 | ||
41 | SPINLOCK_INITIALIZE(printf_lock); /**< vprintf spinlock */ |
43 | SPINLOCK_INITIALIZE(printf_lock); /**< vprintf spinlock */ |
42 | 44 | ||
43 | static int vprintf_write(const char *str, size_t count, void *unused) |
45 | static int vprintf_write(const char *str, size_t count, void *unused) |
44 | { |
46 | { |