]> git.ipfire.org Git - thirdparty/pciutils.git/blobdiff - lib/i386-io-sunos.h
i386-*: Cleaned up printing of initialization errors.
[thirdparty/pciutils.git] / lib / i386-io-sunos.h
index 753e2ea6076f72d216eee4503ee2adc4d7ac3006..3e08e737b42eccd62e4583bcbd28be2229f39022 100644 (file)
 #include <sys/psw.h>
 
 static int
-intel_setup_io(void)
+intel_setup_io(struct pci_access *a UNUSED)
 {
   return (sysi86(SI86V86, V86SC_IOPL, PS_IOPL) < 0) ? 0 : 1;
 }
 
 static inline int
-intel_cleanup_io(void)
+intel_cleanup_io(struct pci_access *a UNUSED)
 {
   /* FIXME: How to switch off I/O port access? */
   return 1;