summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index ce428da..de6eef8 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -540,6 +540,8 @@ enum mem_access_type {
NUM_MEM_ACCESS_TYPE
};
+const char * mem_access_type_str(enum mem_access_type access_type);
+
enum cache_operator_type {
CACHE_UNDEFINED,