xref: /freebsd-src/share/examples/libusb20/util.h (revision b3e7694832e81d7a904a10f525f8797b753bf0d3)
1*2578c12eSHans Petter Selasky /* ----------------------------------------------------------------------------
2*2578c12eSHans Petter Selasky  * "THE BEER-WARE LICENSE" (Revision 42) (by Poul-Henning Kamp):
3*2578c12eSHans Petter Selasky  * <joerg@FreeBSD.ORG> wrote this file.  As long as you retain this notice you
4*2578c12eSHans Petter Selasky  * can do whatever you want with this stuff. If we meet some day, and you think
5*2578c12eSHans Petter Selasky  * this stuff is worth it, you can buy me a beer in return.        Joerg Wunsch
6*2578c12eSHans Petter Selasky  * ----------------------------------------------------------------------------
7*2578c12eSHans Petter Selasky  */
8*2578c12eSHans Petter Selasky 
9*2578c12eSHans Petter Selasky #include <stdint.h>
10*2578c12eSHans Petter Selasky #include <libusb20.h>
11*2578c12eSHans Petter Selasky 
12*2578c12eSHans Petter Selasky void print_formatted(uint8_t *buf, uint32_t len);
13