yuzu/src/core/hle/service/ssl/ssl.h

17 lines
372 B
C++
Raw Normal View History

2018-03-23 07:32:50 +01:00
// Copyright 2018 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
namespace Service::SM {
class ServiceManager;
}
2018-03-23 07:32:50 +01:00
namespace Service::SSL {
2018-03-23 07:32:50 +01:00
/// Registers all SSL services with the specified service manager.
void InstallInterfaces(SM::ServiceManager& service_manager);
} // namespace Service::SSL