Rename to allow_rust_tests
[binutils-gdb.git] / gdb / target-dcache.h
index a5e155619ec70adcdb4276ea86e2ec18bfd52717..1e9e9725f9501fc9c249c77c83a1b098e11b6be5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2023 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -28,6 +28,8 @@ extern DCACHE *target_dcache_get_or_init (void);
 
 extern int target_dcache_init_p (void);
 
-extern int stack_cache_enabled (void);
+extern int stack_cache_enabled_p (void);
+
+extern int code_cache_enabled_p (void);
 
 #endif /* TARGET_DCACHE_H */