service: Add the ptm:s service
3dbrew documents this as being the exact same as ptm:sysm
This commit is contained in:
@@ -9,6 +9,15 @@
|
||||
namespace Service {
|
||||
namespace PTM {
|
||||
|
||||
class PTM_S final : public Interface {
|
||||
public:
|
||||
PTM_S();
|
||||
|
||||
std::string GetPortName() const override {
|
||||
return "ptm:s";
|
||||
}
|
||||
};
|
||||
|
||||
class PTM_Sysm final : public Interface {
|
||||
public:
|
||||
PTM_Sysm();
|
||||
|
||||
Reference in New Issue
Block a user