Changeset 8be8cfa in mainline for kernel/generic/include/print.h
- Timestamp:
- 2007-01-29T17:16:56Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dad5951
- Parents:
- 0b3a78f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/print.h
r0b3a78f r8be8cfa 41 41 42 42 /* We need this address in spinlock to avoid deadlock in deadlock detection */ 43 extern spinlock_t printflock;43 SPINLOCK_EXTERN(printflock); 44 44 45 45 #define EOF (-1)
Note:
See TracChangeset
for help on using the changeset viewer.