namespace Ryujinx.HLE.HOS.Services.Nfc.Nfp
{
    static class NfpError
    {
        public const int DeviceNotFound      = 64;
        public const int DevicesBufferIsNull = 65;
    }
}