summaryrefslogtreecommitdiff
path: root/hwaccess.h
diff options
context:
space:
mode:
authorstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-03-18 22:00:15 +0000
committerstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-03-18 22:00:15 +0000
commitce3a6573fa2130d8fdc1e04e997b131fe3f2faf5 (patch)
treec1744ce0e1c53f62aac9d4cd8b14f24a367434a1 /hwaccess.h
parent855515ffc96c80b23199af0e3dfb42956dfd3c1c (diff)
downloadflashrom-ce3a6573fa2130d8fdc1e04e997b131fe3f2faf5.tar.gz
Update port of flashrom package to Mac OS X using DirectHW:
http://www.coreboot.org/DirectHW Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1282 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'hwaccess.h')
-rw-r--r--hwaccess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwaccess.h b/hwaccess.h
index 63a2bf2..a58194f 100644
--- a/hwaccess.h
+++ b/hwaccess.h
@@ -194,7 +194,7 @@ cpu_to_be(64)
#else
#if defined(__DARWIN__)
/* Header is part of the DirectHW library. */
- #include <DirectIO/darwinio.h>
+ #include <DirectHW/DirectHW.h>
#define off64_t off_t
#define lseek64 lseek
#endif