1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 02:27:35 +00:00

Kernel/aarch64: Move query_firmware_version into RPi::Mailbox

This is for the upcoming commit that merges the x86_64 and aarch64
init.cpp files.
This commit is contained in:
Timon Kruiper 2023-04-01 01:57:48 +02:00 committed by Andrew Kaster
parent 2613ac4cb4
commit 14d20618f1
3 changed files with 30 additions and 30 deletions

View file

@ -49,6 +49,8 @@ public:
// Sends message queue to VideoCore
bool send_queue(void* queue, u32 queue_size) const;
u32 query_firmware_version();
};
}