| 262 | } |
| 263 | |
| 264 | Device* device_get_parent(struct Device* device) { |
| 265 | return device->parent; |
| 266 | } |
| 267 | |
| 268 | void device_set_driver(struct Device* device, struct Driver* driver) { |
| 269 | device->internal->driver = driver; |
no outgoing calls
no test coverage detected