Changeset 525c5ac in mainline
- Timestamp:
- 2017-05-31T22:04:37Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e29e44bf
- Parents:
- 78188e5
- Files:
-
- 1 added
- 36 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/abi/sysinfo.h
r78188e5 r525c5ac 37 37 #define ABI_SYSINFO_H_ 38 38 39 #include <abi/bool.h> 39 40 #include <abi/proc/task.h> 40 41 #include <abi/proc/thread.h> -
kernel/arch/abs32le/include/arch/mm/km.h
r78188e5 r525c5ac 36 36 #define KERN_abs32le_KM_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 39 40 -
kernel/arch/abs32le/include/arch/mm/page.h
r78188e5 r525c5ac 37 37 38 38 #include <arch/mm/frame.h> 39 #include <stdbool.h> 39 40 #include <trace.h> 40 41 -
kernel/arch/amd64/include/arch/mm/km.h
r78188e5 r525c5ac 36 36 #define KERN_amd64_KM_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 39 40 -
kernel/arch/amd64/src/debug/stacktrace.c
r78188e5 r525c5ac 34 34 35 35 #include <stacktrace.h> 36 #include <stdbool.h> 36 37 #include <syscall/copy.h> 37 38 #include <typedefs.h> -
kernel/arch/arm32/include/arch/fpu_context.h
r78188e5 r525c5ac 37 37 #define KERN_arm32_FPU_CONTEXT_H_ 38 38 39 #include <stdbool.h> 39 40 #include <typedefs.h> 40 41 -
kernel/arch/arm32/include/arch/interrupt.h
r78188e5 r525c5ac 37 37 #define KERN_arm32_INTERRUPT_H_ 38 38 39 #include < typedefs.h>39 #include <stdbool.h> 40 40 #include <arch/exception.h> 41 41 -
kernel/arch/arm32/include/arch/mm/km.h
r78188e5 r525c5ac 36 36 #define KERN_arm32_KM_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 39 40 -
kernel/arch/arm32/src/mm/km.c
r78188e5 r525c5ac 34 34 #include <mm/km.h> 35 35 #include <config.h> 36 #include <stdbool.h> 36 37 #include <typedefs.h> 37 38 #include <macros.h> -
kernel/arch/ia32/include/arch/mm/km.h
r78188e5 r525c5ac 36 36 #define KERN_ia32_KM_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 39 40 -
kernel/arch/ia32/include/arch/mm/page.h
r78188e5 r525c5ac 37 37 38 38 #include <arch/mm/frame.h> 39 #include <stdbool.h> 39 40 #include <trace.h> 40 41 -
kernel/arch/ia64/include/arch/mm/km.h
r78188e5 r525c5ac 36 36 #define KERN_ia64_KM_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 39 40 -
kernel/arch/mips32/include/arch/debugger.h
r78188e5 r525c5ac 38 38 #include <arch/exception.h> 39 39 #include <typedefs.h> 40 #include <stdbool.h> 40 41 41 42 #define BKPOINTS_MAX 10 -
kernel/arch/mips32/include/arch/mm/km.h
r78188e5 r525c5ac 36 36 #define KERN_mips32_KM_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 39 40 -
kernel/arch/mips32/include/arch/mm/tlb.h
r78188e5 r525c5ac 36 36 #define KERN_mips32_TLB_H_ 37 37 38 #include <typedefs.h>39 38 #include <arch/mm/asid.h> 40 39 #include <arch/exception.h> 40 #include <stdbool.h> 41 41 #include <trace.h> 42 #include <typedefs.h> 42 43 43 44 #if defined(PROCESSOR_R4000) -
kernel/arch/ppc32/include/arch/mm/km.h
r78188e5 r525c5ac 36 36 #define KERN_ppc32_KM_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 39 40 -
kernel/arch/sparc64/include/arch/mm/km.h
r78188e5 r525c5ac 27 27 */ 28 28 29 /** @addtogroup sparc64mm 29 /** @addtogroup sparc64mm 30 30 * @{ 31 31 */ -
kernel/arch/sparc64/include/arch/mm/sun4u/km.h
r78188e5 r525c5ac 36 36 #define KERN_sparc64_sun4u_KM_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 39 40 -
kernel/arch/sparc64/include/arch/mm/sun4v/km.h
r78188e5 r525c5ac 36 36 #define KERN_sparc64_sun4v_KM_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 39 40 -
kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h
r78188e5 r525c5ac 51 51 #ifndef __ASM__ 52 52 53 #include <stdbool.h> 53 54 #include <typedefs.h> 54 55 #include <arch/mm/tte.h> -
kernel/genarch/include/genarch/fb/bfb.h
r78188e5 r525c5ac 36 36 #define KERN_BFB_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 39 40 -
kernel/genarch/include/genarch/ofw/ofw_tree.h
r78188e5 r525c5ac 30 30 #define KERN_OFW_TREE_H_ 31 31 32 #include <stdbool.h> 32 33 #include <typedefs.h> 33 34 -
kernel/generic/include/adt/avl.h
r78188e5 r525c5ac 36 36 #define KERN_AVLTREE_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 39 40 #include <trace.h> -
kernel/generic/include/config.h
r78188e5 r525c5ac 52 52 #ifndef __ASM__ 53 53 54 #include <stdbool.h> 54 55 #include <typedefs.h> 55 56 -
kernel/generic/include/gsort.h
r78188e5 r525c5ac 36 36 #define KERN_GSORT_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 39 40 -
kernel/generic/include/mm/reserve.h
r78188e5 r525c5ac 36 36 #define KERN_RESERVE_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 39 40 -
kernel/generic/include/panic.h
r78188e5 r525c5ac 36 36 #define KERN_PANIC_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 39 40 #include <print.h> -
kernel/generic/include/stacktrace.h
r78188e5 r525c5ac 36 36 #define KERN_STACKTRACE_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 39 40 -
kernel/generic/include/str.h
r78188e5 r525c5ac 36 36 #define KERN_STR_H_ 37 37 38 #include <stdbool.h> 38 39 #include <typedefs.h> 39 40 -
kernel/generic/include/sysinfo/sysinfo.h
r78188e5 r525c5ac 38 38 39 39 #include <typedefs.h> 40 #include <stdbool.h> 40 41 #include <str.h> 41 42 #include <abi/sysinfo.h> -
kernel/generic/include/typedefs.h
r78188e5 r525c5ac 39 39 #include <arch/common.h> 40 40 #include <arch/types.h> 41 #include <abi/bool.h>42 41 43 42 #define NULL ((void *) 0) 44 45 #define false 046 #define true 147 43 48 44 typedef struct { -
kernel/generic/src/debug/stacktrace.c
r78188e5 r525c5ac 34 34 35 35 #include <stacktrace.h> 36 #include <stdbool.h> 36 37 #include <interrupt.h> 37 #include <typedefs.h>38 38 #include <symtab.h> 39 39 #include <print.h> -
kernel/generic/src/sysinfo/stats.c
r78188e5 r525c5ac 45 45 #include <proc/thread.h> 46 46 #include <interrupt.h> 47 #include <stdbool.h> 47 48 #include <str.h> 48 49 #include <errno.h> -
kernel/test/debug/mips1_skip.c
r78188e5 r525c5ac 28 28 29 29 #include <test.h> 30 #include <typedefs.h> 30 31 31 32 const char *test_mips1(void) -
kernel/test/mm/purge1_skip.c
r78188e5 r525c5ac 28 28 29 29 #include <test.h> 30 #include <typedefs.h> 30 31 31 32 const char *test_purge1(void) -
kernel/test/test.h
r78188e5 r525c5ac 36 36 #define KERN_TEST_H_ 37 37 38 #include < typedefs.h>38 #include <stdbool.h> 39 39 40 40 extern bool test_quiet;
Note:
See TracChangeset
for help on using the changeset viewer.