Changeset eff1a590 in mainline for uspace/lib/libdrv/include/driver.h
- Timestamp:
- 2010-03-25T14:47:20Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1769ee
- Parents:
- a087f2e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libdrv/include/driver.h
ra087f2e reff1a590 44 44 const char *name; 45 45 match_id_list_t match_ids; 46 void *driver_data; 46 47 47 // TODO add more items - parent bus type etc.48 // TODO add more items 48 49 49 50 link_t link; … … 72 73 } 73 74 74 static inline delete_device(device_t *dev) {75 static inline void delete_device(device_t *dev) { 75 76 clean_match_ids(&dev->match_ids); 76 77 if (NULL != dev->name) {
Note:
See TracChangeset
for help on using the changeset viewer.