namespace Ryujinx.HLE.HOS.Services.Ns
{
    [Service("ns:su")]
    class ISystemUpdateInterface : IpcService
    {
        public ISystemUpdateInterface(ServiceCtx context) { }
    }
}