Sha256: 96b195686751d1a89d83aafa223ae2ca9b442fdc321545e489dafff5bdadc85c

Contents?: true

Size: 218 Bytes

Versions: 4

Compression:

Stored size: 218 Bytes

Contents

#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 */

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
libusb-0.5.1 ext/libusb-1.0.20/libusb/os/poll_posix.h
libusb-0.5.0 ext/libusb-1.0.19/libusb/os/poll_posix.h
libusb-0.4.1 ext/libusb-1.0.18/libusb/os/poll_posix.h
libusb-0.4.0 ext/libusbx-1.0.17/libusb/os/poll_posix.h