X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fdsp5680xx.h;h=842796bc7f7fdf0be33209e996dbd8e2aed411e9;hp=1b71009086d97b05513deea2e92d86acce492da2;hb=7a3eec2b4d9dbb9533acfb271dbe91afa0727c8e;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee diff --git a/src/target/dsp5680xx.h b/src/target/dsp5680xx.h index 1b71009086..842796bc7f 100644 --- a/src/target/dsp5680xx.h +++ b/src/target/dsp5680xx.h @@ -16,13 +16,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 DSP5680XX_H -#define DSP5680XX_H +#ifndef OPENOCD_TARGET_DSP5680XX_H +#define OPENOCD_TARGET_DSP5680XX_H #include @@ -317,7 +315,7 @@ static inline struct dsp5680xx_common *target_to_dsp5680xx(struct target * * @return */ -int dsp5680xx_f_wr(struct target *target, uint8_t * buffer, uint32_t address, +int dsp5680xx_f_wr(struct target *target, const uint8_t * buffer, uint32_t address, uint32_t count, int is_flash_lock); /** @@ -381,4 +379,4 @@ int dsp5680xx_f_lock(struct target *target); */ int dsp5680xx_f_unlock(struct target *target); -#endif /* DSP5680XX_H */ +#endif /* OPENOCD_TARGET_DSP5680XX_H */