Changeset 525c5ac in mainline for kernel/generic/include
- 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
- Location:
- kernel/generic/include
- Files:
-
- 1 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
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 {
Note:
See TracChangeset
for help on using the changeset viewer.