Changeset a458bc9 in mainline for uspace/app/usbinfo/usbinfo.h
- Timestamp:
- 2011-03-17T23:22:25Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8865087
- Parents:
- 2d6787b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/usbinfo/usbinfo.h
r2d6787b ra458bc9 51 51 } usbinfo_device_t; 52 52 53 typedef struct { 54 int opt; 55 void (*action)(usbinfo_device_t *dev); 56 bool active; 57 } usbinfo_action_t; 58 59 53 60 #define NAME "usbinfo" 54 61
Note:
See TracChangeset
for help on using the changeset viewer.