From 9018b6ee641407703a0c3967356a07d50f6bb4b5 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 14 Mar 2011 09:08:27 +0000 Subject: msrtool: Update to use DirectHW on Mac OS X http://www.coreboot.org/DirectHW Signed-off-by: Stefan Reinauer Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6443 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/msrtool/msrtool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/msrtool/msrtool.h') 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 #include #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 +#include #endif #if defined(__FreeBSD__) #include -- cgit v1.2.3