--- libsmbios-2.0.1/include/smbios/config/platform/linux.hpp 2007-05-24 19:46:25 +0400 +++ libsmbios-2.0.1.my/include/smbios/config/platform/linux.hpp 2008-05-10 17:42:05 +0400 @@ -18,8 +18,8 @@ // make sure we have __GLIBC_PREREQ if available at all #include -// If we are on IA64 we will need to macro define inb_p and outb_p -#if defined(__ia64__) +// If we are on IA64 or ARM we will need to macro define inb_p and outb_p +#if defined(__ia64__) || defined(__arm__) # define outb_p outb # define inb_p inb #endif