| 629 | } |
| 630 | |
| 631 | static void reset_device (struct ide_hdf *ide, bool both, bool hard) |
| 632 | { |
| 633 | set_signature (ide, hard); |
| 634 | if (both) |
| 635 | set_signature (ide->pair, hard); |
| 636 | } |
| 637 | |
| 638 | void ide_reset_device(struct ide_hdf *ide) |
| 639 | { |
no test coverage detected