From fb0828f3db2b6c298b5617690a70cc92f34f3287 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Fri, 12 Feb 2010 19:35:25 +0000 Subject: Split internal.c into internal.c and hwaccess.c Linking in support for the internal programmer doesn't make sense if you only need hardware (ioport, memory) access. Note: This patch was created by "svn cp internal.c hwaccess.c" and then removing stuff from both files. That's why you can't apply the patch as-is before running the svn cp. Corresponding to flashrom svn r898. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Sean Nelson --- hwaccess.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'hwaccess.h') diff --git a/hwaccess.h b/hwaccess.h index 0729226..89469b0 100644 --- a/hwaccess.h +++ b/hwaccess.h @@ -133,10 +133,6 @@ inl(uint16_t port) #endif #endif -#if defined(__FreeBSD__) || defined(__DragonFly__) -extern int io_fd; -#endif - #if !defined(__DARWIN__) && !defined(__FreeBSD__) && !defined(__DragonFly__) typedef struct { uint32_t hi, lo; } msr_t; msr_t rdmsr(int addr); -- cgit v1.1