mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-22 15:32:51 -04:00
9 lines
125 B
C++
9 lines
125 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace service::name
|
|
{
|
|
const inline std::string system_manager = "SysMgrService";
|
|
};
|