Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext-fwft: use uint32_t type for
feature
parameters
As reported on github [1], the feature types values are described as 32 bits identifiers but declared as unsigned long in function arguments. Use uint32_t for the parameters types to be coherent. Link: riscv-non-isa#174 [1] Reviewed-by: Andrew Jones <[email protected]> Reviewed-by: Atish Patra <[email protected]> Signed-off-by: Clément Léger <[email protected]>
- Loading branch information