summaryrefslogtreecommitdiffstats
path: root/hwaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwaccess.h')
-rw-r--r--hwaccess.h4
1 files changed, 0 insertions, 4 deletions
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);
OpenPOWER on IntegriCloud