mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:48:11 +00:00
Kernel: Wait for transactions to complete before stopping SD clock
This commit is contained in:
parent
b90a20aee6
commit
6185a19618
2 changed files with 12 additions and 4 deletions
|
@ -61,7 +61,7 @@ private:
|
|||
ErrorOr<u32> calculate_sd_clock_divisor(u32 sd_clock_frequency, u32 frequency);
|
||||
bool is_sd_clock_enabled();
|
||||
ErrorOr<void> sd_clock_supply(u32 frequency);
|
||||
void sd_clock_stop();
|
||||
ErrorOr<void> sd_clock_stop();
|
||||
ErrorOr<void> sd_clock_frequency_change(u32 frequency);
|
||||
ErrorOr<u32> retrieve_sd_clock_frequency();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue