core: Update service function tables to 16.0.0+

This commit is contained in:
Narr the Reg 2023-02-24 12:52:32 -06:00
parent ca8a804a3c
commit 39ca7b2928
13 changed files with 63 additions and 2 deletions

View file

@ -954,6 +954,9 @@ BSDCFG::BSDCFG(Core::System& system_) : ServiceFramework{system_, "bsdcfg"} {
{10, nullptr, "ClearArpEntries"},
{11, nullptr, "ClearArpEntries2"},
{12, nullptr, "PrintArpEntries"},
{13, nullptr, "Unknown13"},
{14, nullptr, "Unknown14"},
{15, nullptr, "Unknown15"},
};
// clang-format on