commit | b7f68442452c67d6d508c61f2bb8d13c0382d40a | [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 | b6842aab4816b2743e1bf8657c4b18d5645de0f6 [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>