aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Sockets/Ethc/IEthInterfaceGroup.cs
blob: 3147a8928de2887476da5a3c0dadbba66bbdb2c0 (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) { }
    }
}