linux-sunxi / sunxi-tools

A collection of command line tools for ARM devices with Allwinner SoCs.
http://linux-sunxi.org/
GNU General Public License v2.0
579 stars 421 forks source link

meminfo: Replace sys/io.h by direct register accesses. #144

Closed daym closed 4 years ago

daym commented 4 years ago

Signed-off-by: Danny Milosavljevic dannym@scratchpost.org

sys/io.h has been removed in glibc 2.30.

https://sourceware.org/legacy-ml/libc-alpha/2019-08/msg00029.html

It's easy to just directly access--so I did that...