msrtool: Update to use DirectHW on Mac OS X
[coreboot.git] / util / msrtool / msrtool.h
index cf77b49707333bb98cb8a6b86dad3f309b7df6d4..0441e3f1d48966649df139313889b4ea6ada408d 100644 (file)
@@ -24,9 +24,9 @@
 #include <stdio.h>
 #include <stdint.h>
 #if (defined(__MACH__) && defined(__APPLE__))
-/* DirectIO is available here: http://www.coresystems.de/en/directio */
+/* DirectHW is available here: http://www.coreboot.org/DirectHW */
 #define __DARWIN__
-#include <DirectIO/darwinio.h>
+#include <DirectHW/DirectHW.h>
 #endif
 #if defined(__FreeBSD__)
 #include <sys/ioctl.h>