remove trailing whitespace
[coreboot.git] / util / nvramtool / accessors / cmos-hw-unix.c
index 24cc42d2dd208459a705a9b3e4f4fb2270f00597..9a39a0c6861cc451a30a38eda4386b7d35013799 100644 (file)
 #include <sys/io.h>
 #endif
 #if (defined(__MACH__) && defined(__APPLE__))
-#include <DirectIO/darwinio.h>
+#include <DirectHW/DirectHW.h>
 #endif
 #if defined(__NetBSD__)
-#if defined(__i386__) || defined(__x86_64__) 
+#if defined(__i386__) || defined(__x86_64__)
 #include <machine/sysarch.h>
 
 static inline void outb(uint8_t value, uint16_t port)