Changeset 525c5ac in mainline for kernel/arch/mips32/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/arch/mips32/include/arch
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
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)
Note:
See TracChangeset
for help on using the changeset viewer.