aboutsummaryrefslogblamecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Sockets/Ethc/IEthInterfaceGroup.cs
blob: 527b6dd04864c1adfef8ffd50e3b4faab151cd48 (plain) (tree)
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) { }
    }
}