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