Changeset 0b31409 in mainline for uspace/drv/vhc/vhcd.h
- Timestamp:
- 2011-02-01T11:34:03Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- 0c3beeb, 1537ba6
- Parents:
- 6028ec8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/vhcd.h
r6028ec8 r0b31409 45 45 #define DEVMAP_PATH_DEV NAMESPACE "/" NAME_DEV 46 46 47 #define dprintf(level, format, ...) \ 48 usb_dprintf(NAME, (level), format "\n", ##__VA_ARGS__)49 void dprintf_inval_call(int, ipc_call_t, sysarg_t);47 //#define dprintf(level, format, ...) 48 // usb_dprintf(NAME, (level), format "\n", ##__VA_ARGS__) 49 //void dprintf_inval_call(int, ipc_call_t, sysarg_t); 50 50 51 51 #endif
Note: See TracChangeset
for help on using the changeset viewer.