mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-20 23:17:35 -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";
|
|
};
|