Changeset 096a1ff in mainline for uspace/drv/uhci/debug.h


Ignore:
Timestamp:
2011-01-28T23:54:15Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5935fe4c
Parents:
f0e25e8
Message:

Shorter debug messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/debug.h

    rf0e25e8 r096a1ff  
    6060        usb_dprintf( NAME, DEBUG_LEVEL_VERBOSE, fmt, ##args )
    6161
     62#define UHCI_GET_STR_FLAG(reg, flag, msg_set, msg_unset) \
     63        ((((reg) & (flag)) > 0) ? (msg_set) : (msg_unset))
     64
     65
    6266#endif
    6367/**
Note: See TracChangeset for help on using the changeset viewer.