mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Rename Direct I/O library to DirectHW
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. Corresponding to flashrom svn r1198. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Idwer Vollering <vidwer@gmail.com>
This commit is contained in:
@ -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 <DirectIO/darwinio.h>
|
||||
#define off64_t off_t
|
||||
#define lseek64 lseek
|
||||
|
Reference in New Issue
Block a user