summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pm/pm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/pm/pm.h')
-rw-r--r--src/core/hle/service/pm/pm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/pm/pm.h b/src/core/hle/service/pm/pm.h
index 9fc19fed6..370f2ed72 100644
--- a/src/core/hle/service/pm/pm.h
+++ b/src/core/hle/service/pm/pm.h
@@ -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);