From 5d40bff49e0cd0bdc18b73c7ad42310e6db83ae7 Mon Sep 17 00:00:00 2001 From: whh8b <whh8b@git.zephyr-software.com> Date: Sat, 2 Apr 2016 16:21:37 +0000 Subject: [PATCH] Add RetargetCallback(). --- include/zipr_plugin.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/zipr_plugin.h b/include/zipr_plugin.h index 69810cc..f5a313b 100644 --- a/include/zipr_plugin.h +++ b/include/zipr_plugin.h @@ -63,6 +63,10 @@ class ZiprPluginInterface_t { return None; } + virtual ZiprPreference RetargetCallback(const RangeAddress_t &, Zipr_SDK::DollopEntry_t *, RangeAddress_t &) + { + return None; + } }; } -- GitLab