summaryrefslogtreecommitdiffstats
path: root/hwaccess_x86_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwaccess_x86_io.h')
-rw-r--r--hwaccess_x86_io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hwaccess_x86_io.h b/hwaccess_x86_io.h
index 63692b8dd..0d16fdde4 100644
--- a/hwaccess_x86_io.h
+++ b/hwaccess_x86_io.h
@@ -29,8 +29,6 @@
#include <sys/io.h>
#endif
-#define __FLASHROM_HAVE_OUTB__ 1
-
/* for iopl and outb under Solaris */
#if defined (__sun)
#include <sys/sysi86.h>
@@ -38,6 +36,8 @@
#include <asm/sunddi.h>
#endif
+int rget_io_perms(void);
+
/* Clarification about OUTB/OUTW/OUTL argument order:
* OUT[BWL](val, port)
*/