Deglobalize System: Btdrv

This commit is contained in:
David Marcec 2019-09-21 18:42:38 +10:00
parent 180dd576a7
commit d50f79f6ed
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