import gdb-1999-12-06 snapshot
[deliverable/binutils-gdb.git] / gdb / dcache.h
index 0a80cab19e68b88a37f247ff82988bb27390262d..78d17efd1810c633621c3595182ec372525e35bc 100644 (file)
@@ -48,4 +48,8 @@ int dcache_xfer_memory PARAMS ((DCACHE * cache, CORE_ADDR mem, char *my, int len
 
 /* Write the bytes at ADDR into the data cache and the remote machine. */
 int dcache_poke_block PARAMS ((DCACHE * cache, CORE_ADDR mem, char *my, int len));
+
+/* Turn dcache state on or off */
+void set_dcache_state (int);
+
 #endif /* DCACHE_H */
This page took 0.02695 seconds and 4 git commands to generate.