X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farmv7a_cache.h;h=4d4d94c20c1785adac6d32de68a136bb34ecbeef;hp=fbd158b4d5ebe812efe179e6bdbfb4598e77d54a;hb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;hpb=d17c11759fa0b183dd9a9837534e9d6849a8db14 diff --git a/src/target/armv7a_cache.h b/src/target/armv7a_cache.h index fbd158b4d5..4d4d94c20c 100644 --- a/src/target/armv7a_cache.h +++ b/src/target/armv7a_cache.h @@ -11,6 +11,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 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, see . * ***************************************************************************/ #ifndef ARM7A_CACHE_H @@ -21,6 +24,8 @@ int armv7a_l1_d_cache_clean_virt(struct target *target, uint32_t virt, unsigned int size); +int armv7a_l1_d_cache_inval_virt(struct target *target, uint32_t virt, + unsigned int size); int armv7a_l1_d_cache_flush_virt(struct target *target, uint32_t virt, unsigned int size); int armv7a_l1_i_cache_inval_all(struct target *target);