Changeset 04803bf in mainline for boot/generic/include/putchar.h
- Timestamp:
- 2011-03-21T22:00:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (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. - File:
-
- 1 moved
-
boot/generic/include/putchar.h (moved) (moved from kernel/arch/arm32/include/arg.h ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/include/putchar.h
rb50b5af2 r04803bf 1 1 /* 2 * Copyright (c) 200 5Jakub Jermar2 * Copyright (c) 2001-2004 Jakub Jermar 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup arm3229 /** @addtogroup generic 30 30 * @{ 31 31 */ 32 32 /** @file 33 * @brief Empty.34 33 */ 35 34 36 #ifndef KERN_arm32_ARG_H_37 #define KERN_arm32_ARG_H_35 #ifndef BOOT_PUTCHAR_H_ 36 #define BOOT_PUTCHAR_H_ 38 37 39 #include <stdarg.h> 38 extern void putchar(const wchar_t); 40 39 41 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
