aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/system_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/spec/system_info.h')
-rw-r--r--include/odp/api/spec/system_info.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/odp/api/spec/system_info.h b/include/odp/api/spec/system_info.h
index 0bb4f1f12..ca4dcdc7a 100644
--- a/include/odp/api/spec/system_info.h
+++ b/include/odp/api/spec/system_info.h
@@ -45,6 +45,15 @@ uint64_t odp_sys_page_size(void);
int odp_sys_cache_line_size(void);
/**
+ * Print system info
+ *
+ * Print out implementation defined information about the system. This
+ * information is intended for debugging purposes and may contain e.g.
+ * information about CPUs, memory and other HW configuration.
+ */
+void odp_sys_info_print(void);
+
+/**
* @}
*/