summaryrefslogtreecommitdiff
path: root/libusb/core.c
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@openbsd.org>2012-01-30 09:59:30 +0100
committerPeter Stuge <peter@stuge.se>2012-01-30 10:43:46 +0100
commitc56828857eb7ba6fb4f7701693dbb3fe4e75d5f6 (patch)
tree41d76c9acab7bdac4bdd6cecb8b5e9de739d8a51 /libusb/core.c
parentd2285744c7fa4007bb411be354268209d350b0f2 (diff)
downloadlibusbx-c56828857eb7ba6fb4f7701693dbb3fe4e75d5f6.tar.gz
OpenBSD backend
Diffstat (limited to 'libusb/core.c')
-rw-r--r--libusb/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libusb/core.c b/libusb/core.c
index 34953a2..b9f9369 100644
--- a/libusb/core.c
+++ b/libusb/core.c
@@ -33,6 +33,8 @@
const struct usbi_os_backend * const usbi_backend = &linux_usbfs_backend;
#elif defined(OS_DARWIN)
const struct usbi_os_backend * const usbi_backend = &darwin_backend;
+#elif defined(OS_OPENBSD)
+const struct usbi_os_backend * const usbi_backend = &openbsd_backend;
#elif defined(OS_WINDOWS)
const struct usbi_os_backend * const usbi_backend = &windows_backend;
#else