summaryrefslogtreecommitdiffstats
path: root/Heimdall/libusb-1.0/libusb/os/poll_posix.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2010-12-04 14:43:30 +0100
committerBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2010-12-04 14:43:30 +0100
commit7675cd8a8714406193c28331c9956699ff7d4226 (patch)
treee2a3c6d3b607211d7f9f15e7568a283919fa2f25 /Heimdall/libusb-1.0/libusb/os/poll_posix.h
parentRemoved the "Heimdall" folder and moved its contents to the root directory. (diff)
downloadHeimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar
Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.gz
Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.bz2
Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.lz
Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.xz
Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.zst
Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.zip
Diffstat (limited to 'Heimdall/libusb-1.0/libusb/os/poll_posix.h')
-rw-r--r--Heimdall/libusb-1.0/libusb/os/poll_posix.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/Heimdall/libusb-1.0/libusb/os/poll_posix.h b/Heimdall/libusb-1.0/libusb/os/poll_posix.h
deleted file mode 100644
index 17298a5..0000000
--- a/Heimdall/libusb-1.0/libusb/os/poll_posix.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __LIBUSB_POLL_POSIX_H__
-#define __LIBUSB_POLL_POSIX_H__
-
-#include <unistd.h>
-#include <poll.h>
-#define usbi_write write
-#define usbi_read read
-#define usbi_close close
-#define usbi_pipe pipe
-#define usbi_poll poll
-
-#endif /* __LIBUSB_POLL_POSIX_H__ */