| 287 | } |
| 288 | |
| 289 | void* device_get_driver_data(struct Device* device) { |
| 290 | return device->internal->driver_data; |
| 291 | } |
| 292 | |
| 293 | bool device_is_added(const struct Device* device) { |
| 294 | return device->internal->state.added; |
no outgoing calls
no test coverage detected