commit | cde3882089826eff35f91e97dbc0246eebcb27fc | [log] [tgz] |
---|---|---|
author | Igor Prusov <ivprusov@salutedevices.com> | Tue Nov 14 14:02:49 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 28 16:19:06 2023 -0500 |
tree | 68b33791aec269eb0ea9f669b00dd1f327fa2c32 | |
parent | b7f68442452c67d6d508c61f2bb8d13c0382d40a [diff] |
riscv: io.h: Add defines for reads/writes functions Add defines for {read,write}s{b,w,l} functions to make asm-generic/io.h aware of them. Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>