Rev 787 | Rev 1271 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 787 | Rev 1196 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #define INT8 1 |
35 | #define INT8 1 |
| 36 | #define INT16 2 |
36 | #define INT16 2 |
| 37 | #define INT32 4 |
37 | #define INT32 4 |
| 38 | #define INT64 8 |
38 | #define INT64 8 |
| 39 | 39 | ||
| 40 | extern void printf(const char *fmt, ...); |
40 | extern int printf(const char *fmt, ...); |
| 41 | 41 | ||
| 42 | /* We need this address in spinlock to avoid deadlock in deadlock detection */ |
42 | /* We need this address in spinlock to avoid deadlock in deadlock detection */ |
| 43 | extern spinlock_t printflock; |
43 | extern spinlock_t printflock; |
| 44 | 44 | ||
| - | 45 | #define EOF (-1) |
|
| - | 46 | ||
| 45 | #endif |
47 | #endif |