Changeset 1b20da0 in mainline for kernel/arch/mips32/src/mach
- Timestamp:
- 2018-02-28T17:52:03Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3061bc1
- Parents:
- df6ded8
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:26:03)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:52:03)
- Location:
- kernel/arch/mips32/src/mach
- Files:
-
- 2 edited
-
malta/malta.c (modified) (2 diffs)
-
msim/msim.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mach/malta/malta.c
rdf6ded8 r1b20da0 27 27 */ 28 28 29 /** @addtogroup mips32 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 54 54 .machine_output_init = malta_output_init, 55 55 .machine_input_init = malta_input_init, 56 .machine_get_platform_name = malta_get_platform_name 56 .machine_get_platform_name = malta_get_platform_name 57 57 }; 58 58 -
kernel/arch/mips32/src/mach/msim/msim.c
rdf6ded8 r1b20da0 27 27 */ 28 28 29 /** @addtogroup mips32 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 57 57 .machine_output_init = msim_output_init, 58 58 .machine_input_init = msim_input_init, 59 .machine_get_platform_name = msim_get_platform_name 59 .machine_get_platform_name = msim_get_platform_name 60 60 }; 61 61
Note:
See TracChangeset
for help on using the changeset viewer.
