1
Fork 0
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:
Daniel Bertalan 2023-05-15 07:46:26 +02:00 committed by Andrew Kaster
parent d9c557d0b4
commit 3beb488887
2 changed files with 32 additions and 0 deletions

View file

@ -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();