namespace Ryujinx.HLE.HOS.Services.Hid
{
    [Service("xcd:sys")]
    class ISystemServer : IpcService
    {
        public ISystemServer(ServiceCtx context) { }
    }
}