mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 01:27:44 +00:00
Kernel: Add RPi::Timer::get_clock_rate()
This commit is contained in:
parent
d9c557d0b4
commit
3beb488887
2 changed files with 32 additions and 0 deletions
|
@ -63,6 +63,7 @@ public:
|
|||
PIXEL_BVB = 14,
|
||||
};
|
||||
static u32 set_clock_rate(ClockID, u32 rate_hz, bool skip_setting_turbo = true);
|
||||
static u32 get_clock_rate(ClockID);
|
||||
|
||||
private:
|
||||
Timer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue