#include <usb.h>
#include <stdio.h>
#include <unistd.h>
Go to the source code of this file.
This file is part of the Barry project:
http://www.netdirect.ca/software/packages/barry/index.php http://sourceforge.net/projects/barry
Compile with the following command (needs libusb):
g++ -o breset breset.cc -lusb
Definition in file breset.cc.