- Timestamp:
- 2017-05-13T19:03:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- kernel/arch
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/arch/istate_struct.ag
re48947e r8d2dd7f2 36 36 { 37 37 negative-guard: KERNEL, 38 include : <sys/types.h> 38 include : <stddef.h> 39 }, 40 { 41 negative-guard: KERNEL, 42 include : <stdint.h> 39 43 } 40 44 ], -
kernel/arch/arm32/include/arch/cp15.h
re48947e r8d2dd7f2 40 40 #include <typedefs.h> 41 41 #else 42 #include <s ys/types.h>42 #include <stdint.h> 43 43 #endif 44 44 -
kernel/arch/arm32/include/arch/istate_struct.ag
re48947e r8d2dd7f2 36 36 { 37 37 negative-guard : KERNEL, 38 include : <sys/types.h> 38 include : <stddef.h> 39 }, 40 { 41 negative-guard : KERNEL, 42 include : <stdint.h> 39 43 } 40 44 ], -
kernel/arch/ia32/include/arch/istate_struct.ag
re48947e r8d2dd7f2 36 36 { 37 37 negative-guard: KERNEL, 38 include : <sys/types.h> 38 include : <stddef.h> 39 }, 40 { 41 negative-guard: KERNEL, 42 include : <stdint.h> 39 43 } 40 44 ], -
kernel/arch/ia64/include/arch/istate_struct.ag
re48947e r8d2dd7f2 40 40 { 41 41 negative-guard : KERNEL, 42 include : <sys/types.h> 42 include : <stddef.h> 43 }, 44 { 45 negative-guard : KERNEL, 46 include : <stdint.h> 43 47 }, 44 48 { -
kernel/arch/mips32/include/arch/istate_struct.ag
re48947e r8d2dd7f2 36 36 { 37 37 negative-guard : KERNEL, 38 include : <sys/types.h> 38 include : <stddef.h> 39 }, 40 { 41 negative-guard : KERNEL, 42 include : <stdint.h> 39 43 } 40 44 ], -
kernel/arch/ppc32/include/arch/istate_struct.ag
re48947e r8d2dd7f2 36 36 { 37 37 negative-guard : KERNEL, 38 include : <sys/types.h> 38 include : <stddef.h> 39 }, 40 { 41 negative-guard : KERNEL, 42 include : <stdint.h> 39 43 } 40 44 ], -
kernel/arch/riscv64/include/arch/istate_struct.ag
re48947e r8d2dd7f2 37 37 { 38 38 negative-guard: KERNEL, 39 include : <s ys/types.h>39 include : <stdint.h> 40 40 } 41 41 ], -
kernel/arch/sparc64/include/arch/istate_struct.ag
re48947e r8d2dd7f2 36 36 { 37 37 negative-guard : KERNEL, 38 include : <sys/types.h> 38 include : <stddef.h> 39 }, 40 { 41 negative-guard : KERNEL, 42 include : <stdint.h> 39 43 } 40 44 ],
Note:
See TracChangeset
for help on using the changeset viewer.