Skip to content
Commit 39863b66 authored by Andrew Davis's avatar Andrew Davis Committed by Anas Nashif
Browse files

lib: open-amp: Use struct fw_resource_table type instead of void



The type of the resource table is known, casting to and from void* only
hides this type which can prevent the compiler from giving helpful
warnings. One warning would have been the accidental use of
"st_resource_table" in a cast, a struct which does not exist.

Use the fw_resource_table type when dealing with resource tables.

Signed-off-by: default avatarAndrew Davis <afd@ti.com>
parent 4c5eb926
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment