OpenOCD
riscv-013_reg.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef OPENOCD_TARGET_RISCV_RISCV_013_REG_H
4 #define OPENOCD_TARGET_RISCV_RISCV_013_REG_H
5 
6 #include "target/target.h"
7 #include "gdb_regs.h"
8 #include "riscv.h"
9 
21 
30 int riscv013_reg_save(struct target *target, enum gdb_regno regid);
31 
32 #endif /* OPENOCD_TARGET_RISCV_RISCV_013_REG_H */
gdb_regno
Definition: gdb_regs.h:10
int riscv013_reg_examine_all(struct target *target)
This file describes additional register cache interface available to the RISC-V Debug Specification v...
int riscv013_reg_save(struct target *target, enum gdb_regno regid)
This function is used to save the value of a register in cache.
Definition: target.h:119