aboutsummaryrefslogtreecommitdiff
path: root/util/msrtool/msrtool.h
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-03-14 09:08:27 +0000
committerPeter Stuge <peter@stuge.se>2011-03-14 09:08:27 +0000
commit9018b6ee641407703a0c3967356a07d50f6bb4b5 (patch)
treec4f5c2724b9ef6e618aabd800905686cf6c692dd /util/msrtool/msrtool.h
parent0238a9caa3c6bc4cbc084b350f5cc016dc24178d (diff)
msrtool: Update to use DirectHW on Mac OS X
http://www.coreboot.org/DirectHW Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6443 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/msrtool/msrtool.h')
-rw-r--r--util/msrtool/msrtool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/msrtool/msrtool.h b/util/msrtool/msrtool.h
index cf77b49707..0441e3f1d4 100644
--- a/util/msrtool/msrtool.h
+++ b/util/msrtool/msrtool.h
@@ -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>