Changeset e950803 in mainline for uspace/srv/devman/devman.c
- Timestamp:
- 2011-02-03T20:20:01Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- bfe43d5
- Parents:
- bd81386 (diff), b366a1bc (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/srv/devman/devman.c
rbd81386 re950803 1063 1063 if (info != NULL) { 1064 1064 memset(info, 0, sizeof(dev_class_info_t)); 1065 li st_initialize(&info->dev_classes);1066 li st_initialize(&info->devmap_link);1067 li st_initialize(&info->link);1065 link_initialize(&info->dev_classes); 1066 link_initialize(&info->devmap_link); 1067 link_initialize(&info->link); 1068 1068 } 1069 1069
Note: See TracChangeset
for help on using the changeset viewer.