commit | 65778d1f3d6b132fc922aadd2f512976141ecfc1 | [log] [tgz] |
---|---|---|
author | Igor Prusov <ivprusov@salutedevices.com> | Tue Nov 14 14:02:48 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 28 16:19:06 2023 -0500 |
tree | 3a6b6e7cfb89dcbc284b5ae7322f90e2a2579829 | |
parent | 953970221980c677e0755d515b9e6fb2fbf2543e [diff] |
mips: io.h: Add defines for read/write/in/out functions Add defines for {read,write}{b,w,l,q}(), {read,write}s{b,w,l,q}() and {in,out}s{b,w,l,q}() functions to make asm-generic/io.h aware of them. Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>