- Timestamp:
- 2018-09-29T14:39:54Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 99170e0c
- Parents:
- dc68f72
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-29 14:11:34)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-29 14:39:54)
- Location:
- kernel
- Files:
-
- 3 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/riscv64/include/arch/mm/km.h
rdc68f72 r10d65d70 38 38 #include <stdbool.h> 39 39 #include <stddef.h> 40 #include <stdint.h> 40 41 41 42 #define KM_RISCV64_IDENTITY_START UINT64_C(0xffff800000000000) -
kernel/generic/src/cap/cap.c
rdc68f72 r10d65d70 81 81 #include <adt/list.h> 82 82 83 #include <limits.h> 83 84 #include <stdint.h> 84 85 -
kernel/test/print/print2.c
rdc68f72 r10d65d70 30 30 #include <stddef.h> 31 31 #include <test.h> 32 #include <typedefs.h> 32 33 33 34 const char *test_print2(void) -
kernel/test/print/print4.c
rdc68f72 r10d65d70 30 30 #include <stddef.h> 31 31 #include <test.h> 32 #include <typedefs.h> 32 33 33 34 const char *test_print4(void)
Note:
See TracChangeset
for help on using the changeset viewer.