X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm926ejs.h;h=d4fd0cb6ebf9227c196d3ac8ddd0e02286a9cc56;hb=96903e6df43e2bc967267e034edf15a7c274d044;hp=cc19c9fc5181d154c757f8489a99900c0a68f092;hpb=ff5ec942d80a34e20b5a3ca3328f7e6a55fb309b;p=openocd.git diff --git a/src/target/arm926ejs.h b/src/target/arm926ejs.h index cc19c9fc51..d4fd0cb6eb 100644 --- a/src/target/arm926ejs.h +++ b/src/target/arm926ejs.h @@ -13,13 +13,11 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef ARM926EJS_H -#define ARM926EJS_H +#ifndef OPENOCD_TARGET_ARM926EJS_H +#define OPENOCD_TARGET_ARM926EJS_H #include "arm9tdmi.h" #include "armv4_5_mmu.h" @@ -49,9 +47,9 @@ int arm926ejs_init_arch_info(struct target *target, struct arm926ejs_common *arm926ejs, struct jtag_tap *tap); int arm926ejs_arch_state(struct target *target); int arm926ejs_write_memory(struct target *target, - uint32_t address, uint32_t size, uint32_t count, const uint8_t *buffer); + target_addr_t address, uint32_t size, uint32_t count, const uint8_t *buffer); int arm926ejs_soft_reset_halt(struct target *target); extern const struct command_registration arm926ejs_command_handlers[]; -#endif /* ARM926EJS_H */ +#endif /* OPENOCD_TARGET_ARM926EJS_H */