commit | 929c8205e7033337f80f27230374add334699311 | [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 | cde3882089826eff35f91e97dbc0246eebcb27fc [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>