Changeset a458bc9 in mainline for uspace/app/usbinfo/usbinfo.h


Ignore:
Timestamp:
2011-03-17T23:22:25Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8865087
Parents:
2d6787b
Message:

usbinfo refactoring - command line switches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/usbinfo/usbinfo.h

    r2d6787b ra458bc9  
    5151} usbinfo_device_t;
    5252
     53typedef struct {
     54        int opt;
     55        void (*action)(usbinfo_device_t *dev);
     56        bool active;
     57} usbinfo_action_t;
     58
     59
    5360#define NAME "usbinfo"
    5461
Note: See TracChangeset for help on using the changeset viewer.