* @brief Set the DF_ENABLED flag for the device */
| 2591 | * @brief Set the DF_ENABLED flag for the device |
| 2592 | */ |
| 2593 | void |
| 2594 | device_enable(device_t dev) |
| 2595 | { |
| 2596 | dev->flags |= DF_ENABLED; |
| 2597 | } |
| 2598 | |
| 2599 | /** |
| 2600 | * @brief Clear the DF_ENABLED flag for the device |