X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fregister.h;h=f343b2b18eb02dfbafcc5672b025e8a02641d3c0;hp=354a17973cdeb0466f510fd547175105063d3918;hb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;hpb=d14058db0aee78de9a9bc5bddeafe7844ac01587 diff --git a/src/target/register.h b/src/target/register.h index 354a17973c..f343b2b18e 100644 --- a/src/target/register.h +++ b/src/target/register.h @@ -16,9 +16,7 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ #ifndef REGISTER_H @@ -146,6 +144,7 @@ struct reg_arch_type { struct reg *register_get_by_name(struct reg_cache *first, const char *name, bool search_all); struct reg_cache **register_get_last_cache_p(struct reg_cache **first); +void register_unlink_cache(struct reg_cache **cache_p, const struct reg_cache *cache); void register_cache_invalidate(struct reg_cache *cache); void register_init_dummy(struct reg *reg);