summaryrefslogtreecommitdiff
path: root/src/3rd_party-static/libusbx-1.0.16/libusb/os/poll_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rd_party-static/libusbx-1.0.16/libusb/os/poll_posix.h')
-rw-r--r--src/3rd_party-static/libusbx-1.0.16/libusb/os/poll_posix.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/3rd_party-static/libusbx-1.0.16/libusb/os/poll_posix.h b/src/3rd_party-static/libusbx-1.0.16/libusb/os/poll_posix.h
deleted file mode 100644
index 5b4b2c905e..0000000000
--- a/src/3rd_party-static/libusbx-1.0.16/libusb/os/poll_posix.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef LIBUSB_POLL_POSIX_H
-#define LIBUSB_POLL_POSIX_H
-
-#define usbi_write write
-#define usbi_read read
-#define usbi_close close
-#define usbi_poll poll
-
-int usbi_pipe(int pipefd[2]);
-
-#endif /* LIBUSB_POLL_POSIX_H */