Searched hist:b2da80384ed197ea17c1d910813e3c105a9c656c (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/bios_emulator/ |
| H A D | bios.c | b2da80384ed197ea17c1d910813e3c105a9c656c Mon Apr 01 22:14:14 UTC 2013 Linus Walleij <linus.walleij@linaro.org> 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>
|
| H A D | besys.c | b2da80384ed197ea17c1d910813e3c105a9c656c Mon Apr 01 22:14:14 UTC 2013 Linus Walleij <linus.walleij@linaro.org> 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>
|