commit | 9b6a5af0c3b7b3df70c711e97f5f990c69cce720 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Apr 01 22:14:14 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Apr 02 16:23:35 2013 -0400 |
tree | 1c1d4d25a18850ce7c245faffc96609168e06c33 | |
parent | 18faca74a7745a2fb543a542df2e2f2a1d8c08fc [diff] |
biosemu: include <asm/io.h> header This makes sure we have inline functions such as inb/outb that are used in these two files by including the arch-specific <asm/io.h> header. However the ARM version does not provide the accessors unless the config symbol __io is also defined so add that in front of the include. After this the bios emulator will compile on ARM systems. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>