commit | 55baed4dbb92a04fd1eaf5b7b4b9657737000300 | [log] [tgz] |
---|---|---|
author | Igor Prusov <ivprusov@salutedevices.com> | Tue Nov 14 14:02:50 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 28 16:19:06 2023 -0500 |
tree | d92165fea0616aabffcfa773eac7319d84ef45d7 | |
parent | 7c107ef2053609cbacde12e5d80f14c44f7f68b7 [diff] |
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: Igor Prusov <ivprusov@salutedevices.com>