namespace Ryujinx.HLE.HOS.Services.Sdb.Pdm
{
    [Service("pdm:qry")]
    class IQueryService : IpcService
    {
        public IQueryService(ServiceCtx context) { }
    }
}