* @brief Clear the DF_QUIET flag for the device */
| 2661 | * @brief Clear the DF_QUIET flag for the device |
| 2662 | */ |
| 2663 | void |
| 2664 | device_verbose(device_t dev) |
| 2665 | { |
| 2666 | dev->flags &= ~DF_QUIET; |
| 2667 | } |
| 2668 | |
| 2669 | /** |
| 2670 | * @brief Return non-zero if the DF_QUIET_CHIDLREN flag is set on the device |
no outgoing calls
no test coverage detected