mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 01:59:52 -06:00
Upgrade libusb to 1.0.16
This commit is contained in:
11
Externals/libusbx/libusb/os/poll_posix.h
vendored
Normal file
11
Externals/libusbx/libusb/os/poll_posix.h
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
#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 */
|
Reference in New Issue
Block a user