aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/gsp/gsp.h
blob: 505825969ce480eb2ac9899b6079c9a270cf56c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2017 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#pragma once

namespace Core {
class System;
}

namespace Service::GSP {

void InstallInterfaces(Core::System& system);

} // namespace Service::GSP