PR29482 - strip: heap-buffer-overflow
[binutils-gdb.git] / sim / frv / cache.h
index 2b9eca8545bc6419125da589b4402d952055570a..9dfcad85c63ac477034237897095d1d56a943736 100644 (file)
@@ -1,5 +1,5 @@
 /* Cache support for the FRV simulator
-   Copyright (C) 1999-2021 Free Software Foundation, Inc.
+   Copyright (C) 1999-2022 Free Software Foundation, Inc.
    Contributed by Red Hat.
 
 This file is part of the GNU Simulators.
@@ -234,6 +234,8 @@ frv_cache_write (FRV_CACHE *, SI, char *, unsigned);
 int
 frv_cache_preload (FRV_CACHE *, SI, USI, int);
 int
+frv_cache_unlock (FRV_CACHE *, SI);
+int
 frv_cache_invalidate (FRV_CACHE *, SI, int);
 int
 frv_cache_invalidate_all (FRV_CACHE *, int);