Changeset 76ca3f7 in mainline for kernel/generic/src/printf
- Timestamp:
- 2010-03-23T20:49:54Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e417b96
- Parents:
- b48ebd19 (diff), 63f8966 (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
rb48ebd19 r76ca3f7 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
rb48ebd19 r76ca3f7 38 38 #include <synch/spinlock.h> 39 39 #include <arch/asm.h> 40 #include <arch/types.h>41 40 #include <typedefs.h> 42 #include <string.h> 41 #include <typedefs.h> 42 #include <str.h> 43 43 44 44 SPINLOCK_STATIC_INITIALIZE_NAME(printf_lock, "*printf_lock"); -
kernel/generic/src/printf/vsnprintf.c
rb48ebd19 r76ca3f7 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.
