#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <str_error.h>
#include <bool.h>
#include <getopt.h>
#include <devman.h>
#include <devmap.h>
#include <usb/hc.h>
#include <usb/dev/pipes.h>
#include "usbinfo.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Main entry point. | |
static void | print_usage (char *app_name) |
Variables | |
static usbinfo_action_t | actions [] |
static struct option | long_options [] |
static const char * | short_options = "himtTsS" |
Definition in file main.c.