Rev 1050 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1050 | Rev 1104 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | #include <arch/types.h> |
34 | #include <arch/types.h> |
| 35 | #include <typedefs.h> |
35 | #include <typedefs.h> |
| 36 | #include <arch.h> |
36 | #include <arch.h> |
| 37 | #include <func.h> |
37 | #include <func.h> |
| 38 | #include <print.h> |
38 | #include <print.h> |
| 39 | #include <arch/atomic.h> |
39 | #include <atomic.h> |
| 40 | 40 | ||
| 41 | #define BUFLEN 2048 |
41 | #define BUFLEN 2048 |
| 42 | static char debug_buffer[BUFLEN]; |
42 | static char debug_buffer[BUFLEN]; |
| 43 | static size_t offset = 0; |
43 | static size_t offset = 0; |
| 44 | /** Initialize stdout to something that does not print, but does not fail |
44 | /** Initialize stdout to something that does not print, but does not fail |