Roughly move files to fit gradle project
This commit is contained in:
7
src/main/java/ch/ntb/inf/libusbJava/Libusb_pollfd.java
Normal file
7
src/main/java/ch/ntb/inf/libusbJava/Libusb_pollfd.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package ch.ntb.inf.libusbJava;
|
||||
|
||||
public class Libusb_pollfd {
|
||||
int fd;
|
||||
byte events;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user