- Timestamp:
- 2017-03-30T06:33:22Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 907d91a
- Parents:
- 5b46ec8
- git-author:
- Supragya Raj <supragyaraj@…> (2017-03-30 06:33:22)
- git-committer:
- Jakub Jermar <jakub@…> (2017-03-30 06:33:22)
- Location:
- boot/arch
- Files:
-
- 6 edited
-
arm32/include/types.h (modified) (1 diff)
-
ia64/include/types.h (modified) (1 diff)
-
mips32/include/types.h (modified) (1 diff)
-
ppc32/include/types.h (modified) (1 diff)
-
riscv64/include/types.h (modified) (1 diff)
-
sparc64/include/types.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/include/types.h
r5b46ec8 re330da6e 45 45 typedef uint32_t pfn_t; 46 46 47 typedef int32_t ptrdiff_t; 48 47 49 typedef struct { 48 50 /** Address where the task was placed. */ -
boot/arch/ia64/include/types.h
r5b46ec8 re330da6e 40 40 typedef uint64_t uintptr_t; 41 41 42 typedef int64_t ptrdiff_t; 43 42 44 typedef struct { 43 45 void *addr; -
boot/arch/mips32/include/types.h
r5b46ec8 re330da6e 37 37 typedef uint32_t uintptr_t; 38 38 39 typedef int32_t ptrdiff_t; 40 39 41 typedef struct { 40 42 /** Address where the task was placed. */ -
boot/arch/ppc32/include/types.h
r5b46ec8 re330da6e 38 38 typedef int32_t native_t; 39 39 40 typedef int32_t ptrdiff_t; 41 40 42 typedef struct { 41 43 void *addr; -
boot/arch/riscv64/include/types.h
r5b46ec8 re330da6e 37 37 typedef uint64_t uintptr_t; 38 38 39 typedef int64_t ptrdiff_t; 40 39 41 typedef struct { 40 42 void *start; -
boot/arch/sparc64/include/types.h
r5b46ec8 re330da6e 38 38 typedef int64_t native_t; 39 39 40 typedef int64_t ptrdiff_t; 41 40 42 typedef struct { 41 43 void *addr;
Note:
See TracChangeset
for help on using the changeset viewer.
