namespace Ryujinx.HLE.HOS.Services.Nv.NvHostCtrl
{
    struct NvHostCtrlSyncptRead
    {
        public int Id;
        public int Value;
    }
}