namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostChannel
{
    class NvChannel
    {
        public int Timeout;
    }
}