mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
fa34fbf9a1
Currently {read,write}s{b,w,lq}() functions are available only on some architectures, and there are no io{read,write}{8,16,32,64}_rep() functions in u-boot. This patch adds generic versions that may be used without arch-specific implementation. Since some of added functions were already added locally in some files, remove them to avoid redeclaration errors. Signed-off-by: Igor Prusov <ivprusov@salutedevices.com> |
||
---|---|---|
.. | ||
bitops | ||
atomic-long.h | ||
atomic.h | ||
bitsperlong.h | ||
global_data.h | ||
gpio.h | ||
int-ll64.h | ||
io.h | ||
ioctl.h | ||
pe.h | ||
sections.h | ||
signal.h | ||
u-boot.h | ||
unaligned.h |