target/adiv5: Large Physical Address Extension
[openocd.git] / src / target / arc_mem.h
blob06e1c88d102a770e1a45545e67b9570a5c42ecfc
1 /***************************************************************************
2 * Copyright (C) 2013-2014,2019-2020 Synopsys, Inc. *
3 * Frank Dols <frank.dols@synopsys.com> *
4 * Anton Kolesov <anton.kolesov@synopsys.com> *
5 * Evgeniy Didin <didin@synopsys.com> *
6 * *
7 * SPDX-License-Identifier: GPL-2.0-or-later *
8 ***************************************************************************/
10 #ifndef OPENOCD_TARGET_ARC_MEM_H
11 #define OPENOCD_TARGET_ARC_MEM_H
13 /* ----- Exported functions ------------------------------------------------ */
15 int arc_mem_read(struct target *target, target_addr_t address, uint32_t size,
16 uint32_t count, uint8_t *buffer);
17 int arc_mem_write(struct target *target, target_addr_t address, uint32_t size,
18 uint32_t count, const uint8_t *buffer);
21 #endif /* OPENOCD_TARGET_ARC_MEM_H */