Added GetBootMode (#1107)
* Added GetBootMode Used by homebrew * Added enum for GetBootMode
This commit is contained in:
parent
0dce6d7008
commit
5049ca5d8c
4 changed files with 25 additions and 3 deletions
|
@ -9,7 +9,7 @@ class ServiceManager;
|
|||
}
|
||||
|
||||
namespace Service::PM {
|
||||
|
||||
enum class SystemBootMode : u32 { Normal = 0, Maintenance = 1 };
|
||||
/// Registers all PM services with the specified service manager.
|
||||
void InstallInterfaces(SM::ServiceManager& service_manager);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue