More project structure changes

This commit is contained in:
2019-12-08 18:15:08 -05:00
parent 183ed562c6
commit d937c43211
28 changed files with 18 additions and 9 deletions

View File

@@ -0,0 +1,14 @@
#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]);
#define usbi_inc_fds_ref(x, y)
#define usbi_dec_fds_ref(x, y)
#endif /* LIBUSB_POLL_POSIX_H */