aboutsummaryrefslogtreecommitdiff
path: root/src/target/x86_32_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/x86_32_common.h')
-rw-r--r--src/target/x86_32_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/x86_32_common.h b/src/target/x86_32_common.h
index 7392447..e232747 100644
--- a/src/target/x86_32_common.h
+++ b/src/target/x86_32_common.h
@@ -309,8 +309,6 @@ int x86_32_common_read_memory(struct target *t, target_addr_t addr,
uint32_t size, uint32_t count, uint8_t *buf);
int x86_32_common_write_memory(struct target *t, target_addr_t addr,
uint32_t size, uint32_t count, const uint8_t *buf);
-int x86_32_common_read_io(struct target *t, uint32_t addr,
- uint32_t size, uint8_t *buf);
int x86_32_common_write_io(struct target *t, uint32_t addr,
uint32_t size, const uint8_t *buf);
int x86_32_common_add_breakpoint(struct target *t, struct breakpoint *bp);