namespace Ryujinx.HLE.HOS.Kernel.Common
{
    interface IKFutureSchedulerObject
    {
        void TimeUp();
    }
}