From 2140a23041d3920e001457f2c2acb0853094963d Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 14 Apr 2025 23:27:54 -0400 Subject: Simplify cache/dram process functions --- inc/storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/storage.h b/inc/storage.h index 1b71794..972e24a 100644 --- a/inc/storage.h +++ b/inc/storage.h @@ -53,7 +53,7 @@ class Storage * @param the id asking for a resource * @return 1 if the access can be carried out this function call, 0 otherwise. */ - int is_access_cleared(); + int is_data_ready(); /** * The data currently stored in this level of storage. */ -- cgit v1.2.3