From e76549a2fd7717af1344cfdb96026fff0d470be1 Mon Sep 17 00:00:00 2001 From: hailfinger Date: Fri, 12 Feb 2010 19:35:25 +0000 Subject: Linking in support for the internal programmer doesn't make sense if you only need hardware (ioport, memory) access. Split internal.c into internal.c and hwaccess.c. 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. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Sean Nelson git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@898 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- 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.2.1