Skip to content
Commit 55baed4d authored by Igor Prusov's avatar Igor Prusov Committed by Tom Rini
Browse files

riscv: io.h: Fix signatures of reads/writes functions



Change type of address parameter from int* to volatile void* for
{read,write}s{b,w,l}() functions and add const qualifier for reads. This
is done to keep function signatures in sync with asm-generic/io.h and
other platforms.

Signed-off-by: default avatarIgor Prusov <ivprusov@salutedevices.com>
parent 7c107ef2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment