]> git.ipfire.org Git - thirdparty/pciutils.git/blobdiff - lib/i386-ports.c
BeOS and Haiku ports
[thirdparty/pciutils.git] / lib / i386-ports.c
index 072fac5fa602ffee8c98241c4f290a2caf0a1dfa..421bbfd0623fb40afd02c461575585c0fbda0088 100644 (file)
 #include "i386-io-windows.h"
 #elif defined(PCI_OS_CYGWIN)
 #include "i386-io-cygwin.h"
+#elif defined(PCI_OS_HAIKU)
+#include "i386-io-haiku.h"
+#elif defined(PCI_OS_BEOS)
+#include "i386-io-beos.h"
 #else
 #error Do not know how to access I/O ports on this OS.
 #endif