From f277d70138a8c058f5ef91e378d9374d9144ebe6 Mon Sep 17 00:00:00 2001 From: hailfinger Date: Wed, 6 Oct 2010 23:16:10 +0000 Subject: The Direct I/O library for Mac OS X is now called DirectHW to make sure people can find it via an internet search. DirectIO was a generic name for a concept and thus not a good distinguisher for a library. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Idwer Vollering git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1198 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- hwaccess.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hwaccess.h') diff --git a/hwaccess.h b/hwaccess.h index 9bf37f2..63a2bf2 100644 --- a/hwaccess.h +++ b/hwaccess.h @@ -193,6 +193,7 @@ cpu_to_be(64) #define INL(x) __extension__ ({ u_int inl_tmp = (x); inl(inl_tmp); }) #else #if defined(__DARWIN__) + /* Header is part of the DirectHW library. */ #include #define off64_t off_t #define lseek64 lseek -- cgit v1.2.1