feat: introduce bootloader-agnostic Boot Contract, add btlist command to list connected Bluetooth devices
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <limine.h>
|
||||
#include <Boot/BootInfo.hpp>
|
||||
|
||||
namespace Fs {
|
||||
|
||||
void InitializeBootFilesystems(const volatile limine_module_response* moduleResponse);
|
||||
void InitializeBootFilesystems(const montauk::boot::ModuleList& modules);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user