Changes in uspace/drv/usbhub/usbhub_private.h [6f8f808:ba5ab09] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub_private.h
r6f8f808 rba5ab09 61 61 //************ 62 62 // 63 // convenience debug printf for usb hub63 // convenience debug printf 64 64 // 65 65 //************ 66 66 #define dprintf(level, format, ...) \ 67 usb_log_printf((level), format "\n", ##__VA_ARGS__) 68 67 usb_dprintf(NAME, (level), format "\n", ##__VA_ARGS__) 69 68 70 69 /**
Note:
See TracChangeset
for help on using the changeset viewer.