aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Arp/IWriter.cs
blob: 8d13f0fb8de8bd15f8b5ff99312998972d88b638 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Arp
{
    [Service("arp:w")]
    class IWriter : IpcService
    {
        public IWriter(ServiceCtx context) { }
    }
}