View | Details | Raw Unified | Return to bug 15596
Collapse All | Expand All

(-)libsmbios-2.0.1/include/smbios/config/platform/linux.hpp (-2 / +2 lines)
Lines 18-25 Link Here
18
// make sure we have __GLIBC_PREREQ if available at all
18
// make sure we have __GLIBC_PREREQ if available at all
19
#include <cstdlib>
19
#include <cstdlib>
20
20
21
// If we are on IA64 we will need to macro define inb_p and outb_p
21
// If we are on IA64 or ARM we will need to macro define inb_p and outb_p
22
#if defined(__ia64__)
22
#if defined(__ia64__) || defined(__arm__)
23
#    define outb_p outb
23
#    define outb_p outb
24
#    define inb_p  inb
24
#    define inb_p  inb
25
#endif
25
#endif

Return to bug 15596