mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:47:45 +00:00
Kernel: Oops, forgot to add Alarm.h earlier. Here it is.
This commit is contained in:
parent
f0915641c5
commit
7b32afdcfc
1 changed files with 9 additions and 0 deletions
9
Kernel/Alarm.h
Normal file
9
Kernel/Alarm.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
class Alarm {
|
||||
public:
|
||||
Alarm() { }
|
||||
virtual ~Alarm() { }
|
||||
|
||||
virtual bool is_ringing() const = 0;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue