namespace Ryujinx.HLE.HOS.Services.Nfc.Nfp
{
    [Service("nfp:sys")]
    class ISystemManager : IpcService
    {
        public ISystemManager(ServiceCtx context) { }
    }
}