Changeset 2b3dd78 in mainline for kernel/generic/src/console
- Timestamp:
- 2018-01-31T12:02:00Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5595841
- Parents:
- a0a9cc2 (diff), 14d789c (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/console
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/console/chardev.c
ra0a9cc2 r2b3dd78 39 39 #include <synch/spinlock.h> 40 40 #include <print.h> 41 #include < func.h>41 #include <halt.h> 42 42 #include <cpu.h> 43 43 -
kernel/generic/src/console/cmd.c
ra0a9cc2 r2b3dd78 52 52 #include <arch.h> 53 53 #include <config.h> 54 #include < func.h>54 #include <halt.h> 55 55 #include <str.h> 56 56 #include <macros.h> -
kernel/generic/src/console/kconsole.c
ra0a9cc2 r2b3dd78 52 52 #include <macros.h> 53 53 #include <debug.h> 54 #include < func.h>54 #include <halt.h> 55 55 #include <str.h> 56 56 #include <sysinfo/sysinfo.h>
Note:
See TracChangeset
for help on using the changeset viewer.
