Changeset 00287cc in mainline for kernel/arch/arm32/src/console.c
- Timestamp:
- 2009-03-12T23:26:32Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 648c9d9
- Parents:
- 3b122e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/console.c
r3b122e9 r00287cc 27 27 */ 28 28 29 /** @addtogroup arm32 29 /** @addtogroup arm32 30 30 * @{ 31 31 */ 32 /** @file 32 /** @file 33 33 * @brief Console. 34 34 */ … … 36 36 #include <console/console.h> 37 37 #include <arch/console.h> 38 #include <arch/machine.h>39 40 38 #include <genarch/fb/fb.h> 41 39
Note:
See TracChangeset
for help on using the changeset viewer.