]> git.sur5r.net Git - openocd/commit
add const keyword to some APIs
authorZachary T Welch <zw@superlucidity.net>
Tue, 10 Nov 2009 12:27:15 +0000 (04:27 -0800)
committerZachary T Welch <zw@superlucidity.net>
Wed, 11 Nov 2009 19:53:22 +0000 (11:53 -0800)
commitca594adb5a71f2bf60c1380172b8e61b075d9479
treec4702f927f5991c0075479259e0562db1c941cc4
parent9741e126fd854815460296ad47d027129c7f17bf
add const keyword to some APIs

Add 'const' keyword to 'char *' parameters to allow command handlers to
pass constant string arguments.  These changes allow the 'args' command
handler to be changed to 'const' in a subsequent patch.
15 files changed:
src/flash/flash.c
src/flash/flash.h
src/flash/lpc2900.c
src/flash/nand.c
src/flash/nand.h
src/pld/pld.h
src/pld/virtex2.c
src/pld/xilinx_bit.c
src/pld/xilinx_bit.h
src/target/image.c
src/target/image.h
src/target/register.c
src/target/register.h
src/target/target.c
src/xsvf/xsvf.c