* MAINTAINERS: Add myself as dcache.c maintainer.
[deliverable/binutils-gdb.git] / gdb / dcache.h
index 928173d63b6045d5e064b5a38a33c020a5492a4e..1615fcebbc976f41d852e7ff93348ea2891fc2ab 100644 (file)
@@ -27,12 +27,15 @@ typedef int (*memxferfunc) (CORE_ADDR memaddr, char *myaddr, int len);
 
 typedef struct dcache_struct DCACHE;
 
-/* Flush DCACHE. */
-void dcache_flush (DCACHE * dcache);
+/* Invalidate DCACHE. */
+void dcache_invd (DCACHE * dcache);
 
 /* Initialize DCACHE. */
 DCACHE *dcache_init (memxferfunc reading, memxferfunc writing);
 
+/* Free a DCACHE */
+void dcache_free (DCACHE *);
+
 /* Simple to call from <remote>_xfer_memory */
 
 int dcache_xfer_memory (DCACHE * cache, CORE_ADDR mem, char *my, int len,
This page took 0.026806 seconds and 4 git commands to generate.