Changeset 5af21c5 in mainline for uspace/lib/libdrv/include/driver.h
- Timestamp:
- 2010-04-23T13:40:39Z (13 years ago)
- Branches:
- lfn, master, serial
- Children:
- 953bc1ef
- Parents:
- df747b9c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libdrv/include/driver.h
rdf747b9c r5af21c5 121 121 } driver_t; 122 122 123 124 125 126 127 123 int driver_main(driver_t *drv); 128 124 … … 136 132 if (NULL != dev) { 137 133 memset(dev, 0, sizeof(device_t)); 138 }139 list_initialize(&dev->match_ids.ids);134 init_match_ids(&dev->match_ids); 135 } 140 136 return dev; 141 137 }
Note: See TracChangeset
for help on using the changeset viewer.