Changeset 8023571 in mainline for kernel/generic/src/printf
- Timestamp:
- 2010-03-21T09:40:37Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7c682dd1
- Parents:
- 4e9aaf5 (diff), 19f857a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- kernel/generic/src/printf
- Files:
-
- 3 edited
-
printf_core.c (modified) (1 diff)
-
vprintf.c (modified) (1 diff)
-
vsnprintf.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/printf/printf_core.c
r4e9aaf5 r8023571 41 41 #include <stdarg.h> 42 42 #include <macros.h> 43 #include <str ing.h>43 #include <str.h> 44 44 #include <arch.h> 45 45 -
kernel/generic/src/printf/vprintf.c
r4e9aaf5 r8023571 40 40 #include <arch/types.h> 41 41 #include <typedefs.h> 42 #include <str ing.h>42 #include <str.h> 43 43 44 44 SPINLOCK_STATIC_INITIALIZE_NAME(printf_lock, "*printf_lock"); -
kernel/generic/src/printf/vsnprintf.c
r4e9aaf5 r8023571 35 35 #include <print.h> 36 36 #include <printf/printf_core.h> 37 #include <str ing.h>37 #include <str.h> 38 38 #include <memstr.h> 39 39 #include <errno.h>
Note:
See TracChangeset
for help on using the changeset viewer.
