aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Arp/IWriter.cs
blob: 7c3992c732f82c352c03e1eea52d7eb6f01c0326 (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) { }
    }
}