mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 11:31:43 +00:00
9 lines
No EOL
175 B
C++
9 lines
No EOL
175 B
C++
#pragma once
|
|
|
|
#include "constants.hpp"
|
|
#include <string>
|
|
|
|
bool isServiceRunning(const char *serviceName);
|
|
CFW getCFW();
|
|
std::string getAmsInfo();
|
|
const extern CFW running_cfw; |