Changeset bbe7848 in mainline for uspace/drv/root/root.c
- Timestamp:
- 2010-11-26T14:19:00Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b12d3cc
- Parents:
- 03171de (diff), ffdd2b9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/root/root.c
r03171de rbbe7848 45 45 #include <ctype.h> 46 46 #include <macros.h> 47 #include <inttypes.h> 47 48 48 49 #include <driver.h> … … 180 181 static int root_add_device(device_t *dev) 181 182 { 182 printf(NAME ": root_add_device, device handle = %d\n", dev->handle); 183 printf(NAME ": root_add_device, device handle=%" PRIun "\n", 184 dev->handle); 183 185 184 186 /* Register root device's children. */
Note:
See TracChangeset
for help on using the changeset viewer.