Changeset 90c8b8d in mainline for kernel/generic/include/print.h
- Timestamp:
- 2009-08-21T14:08:20Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a71c158
- Parents:
- af8e565
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/print.h
raf8e565 r90c8b8d 37 37 38 38 #include <arch/types.h> 39 #include <synch/spinlock.h>40 39 #include <arch/arg.h> 41 42 /* We need this address in spinlock to avoid deadlock in deadlock detection */43 SPINLOCK_EXTERN(printf_lock);44 40 45 41 #define EOF (-1)
Note:
See TracChangeset
for help on using the changeset viewer.