Kernel+Userland: Add option for duration of /dev/beep producing sound

This commit is contained in:
Liav A 2023-08-25 20:26:18 +03:00 committed by Tim Schumacher
commit 26f96d2a42
Notes: sideshowbarker 2024-07-16 22:58:46 +09:00
6 changed files with 13 additions and 5 deletions

View file

@ -10,4 +10,5 @@
struct BeepInstruction {
u16 tone;
u16 milliseconds_duration;
};