summaryrefslogtreecommitdiffstats
path: root/hwaccess.h
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-03-18 22:00:15 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2011-03-18 22:00:15 +0000
commit83704c5a09c5bd6d9ad4400dd6555b916ff06a7a (patch)
treec1744ce0e1c53f62aac9d4cd8b14f24a367434a1 /hwaccess.h
parenteacbd1634d70d2516b793d8470f18cd6514cf3b1 (diff)
downloadast2050-flashrom-83704c5a09c5bd6d9ad4400dd6555b916ff06a7a.zip
ast2050-flashrom-83704c5a09c5bd6d9ad4400dd6555b916ff06a7a.tar.gz
Update port of flashrom package to Mac OS X using DirectHW
http://www.coreboot.org/DirectHW Corresponding to flashrom svn r1282. 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>
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
OpenPOWER on IntegriCloud