[Pdbg] [PATCH 1/3] operations.h: remove adu_putmem and adu_getmem from this header

Joel Stanley joel at jms.id.au
Fri May 18 17:02:00 AEST 2018


We hvae them in libpdbg.h already.

Signed-off-by: Joel Stanley <joel at jms.id.au>
---
 libpdbg/operations.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libpdbg/operations.h b/libpdbg/operations.h
index 18a498d78d35..8b9548289422 100644
--- a/libpdbg/operations.h
+++ b/libpdbg/operations.h
@@ -39,10 +39,6 @@
 
 #define FSI2PIB_BASE	0x1000
 
-/* Alter display unit functions */
-int adu_getmem(struct pdbg_target *target, uint64_t addr, uint8_t *output, uint64_t size, int ci);
-int adu_putmem(struct pdbg_target *target, uint64_t start_addr, uint8_t *input, uint64_t size, int ci);
-
 /* Functions to ram instructions */
 #define THREAD_STATUS_DISABLED  PPC_BIT(0)
 #define THREAD_STATUS_ACTIVE	PPC_BIT(63)
-- 
2.17.0



More information about the Pdbg mailing list