Commit 78344de9 authored by alejluther's avatar alejluther
Browse files

Creating cr_node_cores_offset outside of select plugins code

Adding cr_get_coremap_offset as a global function

+extern uint32_t cr_get_coremap_offset(uint32_t node_index)
+{
	+       return cr_node_cores_offset[node_index];
	+}
parent fe3c3d38
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment