namespace Ryujinx.HLE.HOS.Services.Am
{
    class IDebugFunctions : IpcService
    {
        public IDebugFunctions() { }
    }
}