]> git.sur5r.net Git - openocd/blobdiff - src/target/mips32_dmaacc.h
arm_adi_v5: Rename TAR and CSW setters and make them AP-specific
[openocd] / src / target / mips32_dmaacc.h
index fdf8caef5afaf44a0fdb1dc945bc3352a9a861ff..45d5b3614d5b70baeae20ea5e5ca3110ac7c8af9 100644 (file)
@@ -20,8 +20,9 @@
  *   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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  ***************************************************************************/
+
 #ifndef MIPS32_DMAACC_H
 #define MIPS32_DMAACC_H
 
@@ -37,6 +38,6 @@
 int mips32_dmaacc_read_mem(struct mips_ejtag *ejtag_info,
                uint32_t addr, int size, int count, void *buf);
 int mips32_dmaacc_write_mem(struct mips_ejtag *ejtag_info,
-               uint32_t addr, int size, int count, void *buf);
+               uint32_t addr, int size, int count, const void *buf);
 
 #endif