Sign in
flutter
/
third_party
/
libusb
/
df61c0c3a3de070c7f7a714ef8758a248bf97263
/
.
/
libusb
/
os
/
poll_posix.h
blob: 5b4b2c905e7a3d929a2099b1b734bdb614794113 [
file
] [
log
] [
blame
]
#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 */