Changeset 7a99507 in mainline for boot/arch/mips32
- Timestamp:
- 2017-06-04T21:11:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9780584
- Parents:
- d735e2e
- Location:
- boot/arch/mips32
- Files:
-
- 2 edited
-
include/types.h (modified) (1 diff)
-
src/putchar.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/include/types.h
rd735e2e r7a99507 30 30 #define BOOT_mips32_TYPES_H_ 31 31 32 #include <arch/common.h> 33 32 34 #define TASKMAP_MAX_RECORDS 32 33 35 #define CPUMAP_MAX_RECORDS 32 -
boot/arch/mips32/src/putchar.c
rd735e2e r7a99507 28 28 29 29 #include <stddef.h> 30 #include <stdint.h> 30 31 #include <arch/arch.h> 31 32 #include <putchar.h>
Note:
See TracChangeset
for help on using the changeset viewer.
