namespace Ryujinx.HLE.HOS.Services.Sockets.Ethc
{
[Service("ethc:i")]
class IEthInterfaceGroup : IpcService
public IEthInterfaceGroup(ServiceCtx context) { }
}