mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:07:34 +00:00
Kernel/aarch64: Implement Processor::platform_string()
This commit is contained in:
parent
12322670cb
commit
171a8ca478
2 changed files with 7 additions and 0 deletions
|
@ -279,6 +279,8 @@ public:
|
|||
void enter_trap(TrapFrame& trap, bool raise_irq);
|
||||
void exit_trap(TrapFrame& trap);
|
||||
|
||||
static StringView platform_string();
|
||||
|
||||
private:
|
||||
Processor(Processor const&) = delete;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue