Deglobalize System: Btdrv

This commit is contained in:
David Marcec
2019-09-21 18:42:38 +10:00
parent 7da8e3f812
commit f2b61ff073
2 changed files with 9 additions and 5 deletions

View File

@ -8,9 +8,13 @@ namespace Service::SM {
class ServiceManager;
}
namespace Core {
class System;
}
namespace Service::BtDrv {
/// Registers all BtDrv services with the specified service manager.
void InstallInterfaces(SM::ServiceManager& sm);
void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
} // namespace Service::BtDrv