summaryrefslogtreecommitdiffstats
path: root/libpdbg/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpdbg/host.c')
-rw-r--r--libpdbg/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpdbg/host.c b/libpdbg/host.c
index e799b96..5692d73 100644
--- a/libpdbg/host.c
+++ b/libpdbg/host.c
@@ -80,7 +80,7 @@ static int xscom_write(struct pib *pib, uint64_t addr, uint64_t val)
return 0;
}
-static int host_pib_probe(struct target *target)
+static int host_pib_probe(struct pdbg_target *target)
{
struct pib *pib = target_to_pib(target);
int *fd;
OpenPOWER on IntegriCloud