aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Wlan/ILocalManager.cs
blob: 3db07ac738fbe26ef3194256f094d5eb0ded23d0 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Wlan
{
    [Service("wlan:lcl")]
    class ILocalManager : IpcService
    {
        public ILocalManager(ServiceCtx context) { }
    }
}