Changeset 280a27e in mainline for generic/include/print.h
- Timestamp:
- 2006-04-16T13:16:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 50de918
- Parents:
- c624b96
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/print.h
rc624b96 r280a27e 38 38 #define INT64 8 39 39 40 extern voidprintf(const char *fmt, ...);40 extern int printf(const char *fmt, ...); 41 41 42 42 /* We need this address in spinlock to avoid deadlock in deadlock detection */ 43 43 extern spinlock_t printflock; 44 44 45 #define EOF (-1) 46 45 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.