mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Kernel+Userland: Add option for duration of /dev/beep producing sound
This commit is contained in:
parent
1b00618fd9
commit
26f96d2a42
Notes:
sideshowbarker
2024-07-16 22:58:46 +09:00
Author: https://github.com/supercomputer7
Commit: 26f96d2a42
Pull-request: https://github.com/SerenityOS/serenity/pull/20761
Reviewed-by: https://github.com/timschumi ✅
6 changed files with 13 additions and 5 deletions
|
@ -10,4 +10,5 @@
|
|||
|
||||
struct BeepInstruction {
|
||||
u16 tone;
|
||||
u16 milliseconds_duration;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue