-
- Downloads
change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "armv4_5_mmu.h" the following form should be used. #include <target/armv4_5_mmu.h> The exception is from .c files in the same directory.
Showing
- src/target/arm720t.h 1 addition, 1 deletionsrc/target/arm720t.h
- src/target/arm920t.h 1 addition, 1 deletionsrc/target/arm920t.h
- src/target/arm926ejs.h 1 addition, 1 deletionsrc/target/arm926ejs.h
- src/target/armv7a.h 1 addition, 1 deletionsrc/target/armv7a.h
- src/target/xscale.h 1 addition, 1 deletionsrc/target/xscale.h
Please register or sign in to comment