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