Changeset 7a99507 in mainline for boot/arch/arm32/include
- Timestamp:
- 2017-06-04T21:11:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9780584
- Parents:
- d735e2e
- Location:
- boot/arch/arm32/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/include/mm.h
rd735e2e r7a99507 42 42 #ifndef BOOT_arm32__MM_H 43 43 #define BOOT_arm32__MM_H 44 45 #include <stddef.h>46 44 47 45 /** Describe "section" page table entry (one-level paging with 1 MB sized pages). */ -
boot/arch/arm32/include/types.h
rd735e2e r7a99507 37 37 #define BOOT_arm32_TYPES_H 38 38 39 #include <arch/common.h> 40 39 41 #define TASKMAP_MAX_RECORDS 32 40 42 #define BOOTINFO_TASK_NAME_BUFLEN 32
Note:
See TracChangeset
for help on using the changeset viewer.