summaryrefslogtreecommitdiff
path: root/inc/storage.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-14 23:27:54 -0400
committerbd <bdunahu@operationnull.com>2025-04-14 23:27:54 -0400
commit2140a23041d3920e001457f2c2acb0853094963d (patch)
treed159da923af1a70279676780677bdcd9381a7011 /inc/storage.h
parent661ba30d5233e1b95ac312e88cd51380e664933b (diff)
Simplify cache/dram process functions
Diffstat (limited to 'inc/storage.h')
-rw-r--r--inc/storage.h2
1 files changed, 1 insertions, 1 deletions
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.
*/