OpenOCD
riscv-011.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#ifndef OPENOCD_TARGET_RISCV_RISCV_011_H
4
#define OPENOCD_TARGET_RISCV_RISCV_011_H
5
6
#include "
riscv.h
"
7
#include "
gdb_regs.h
"
8
#include "
target/target.h
"
9
10
int
riscv011_get_register
(
struct
target
*
target
,
riscv_reg_t
*value,
11
enum
gdb_regno
regid);
12
int
riscv011_set_register
(
struct
target
*
target
,
enum
gdb_regno
regid,
13
riscv_reg_t
value);
14
15
#endif
/* OPENOCD_TARGET_RISCV_RISCV_011_H */
gdb_regs.h
gdb_regno
gdb_regno
Definition:
gdb_regs.h:10
riscv011_get_register
int riscv011_get_register(struct target *target, riscv_reg_t *value, enum gdb_regno regid)
Definition:
riscv-011.c:1344
riscv011_set_register
int riscv011_set_register(struct target *target, enum gdb_regno regid, riscv_reg_t value)
Definition:
riscv-011.c:1392
riscv.h
riscv_reg_t
uint64_t riscv_reg_t
Definition:
riscv.h:46
target
Definition:
target.h:119
target.h
src
target
riscv
riscv-011.h
Generated by
1.9.1