1253139Shiren/* ----------------------------------------------------------------------------
2253139Shiren * "THE BEER-WARE LICENSE" (Revision 42) (by Poul-Henning Kamp):
3253139Shiren * <joerg@FreeBSD.ORG> wrote this file.  As long as you retain this notice you
4253139Shiren * can do whatever you want with this stuff. If we meet some day, and you think
5253139Shiren * this stuff is worth it, you can buy me a beer in return.        Joerg Wunsch
6253139Shiren * ----------------------------------------------------------------------------
7253139Shiren *
8253139Shiren * $FreeBSD: releng/11.0/share/examples/libusb20/util.h 257779 2013-11-07 07:22:51Z hselasky $
9253139Shiren */
10253139Shiren
11253139Shiren#include <stdint.h>
12253139Shiren#include <libusb20.h>
13253139Shiren
14253139Shirenvoid print_formatted(uint8_t *buf, uint32_t len);
15253139Shiren