Changeset 7ce0fe3 in mainline for uspace/drv/uhci-rhd/port_status.c
- Timestamp:
- 2011-02-01T22:02:23Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- afcd86e
- Parents:
- 993a1e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-rhd/port_status.c
r993a1e1 r7ce0fe3 2 2 #include <stdio.h> 3 3 4 #include "debug.h" 4 #include <usb/debug.h> 5 5 6 #include "port_status.h" 6 7 … … 30 31 unsigned i = 0; 31 32 for (;i < sizeof(flags)/sizeof(struct flag_name); ++i) { 32 u hci_print_verbose("\t%s status: %s.\n", flags[i].name,33 usb_log_debug("\t%s status: %s.\n", flags[i].name, 33 34 value & flags[i].flag ? "YES" : "NO"); 34 35 }
Note: See TracChangeset
for help on using the changeset viewer.