aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Sockets/Ethc/IEthInterfaceGroup.cs
blob: 9832e44831861c103ed793823adf32a1a21bdc47 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Sockets.Ethc
{
    [Service("ethc:i")]
    class IEthInterfaceGroup : IpcService
    {
        public IEthInterfaceGroup(ServiceCtx context) { }
    }
}