summaryrefslogblamecommitdiffstats
path: root/src/core/hle/service/nfc/nfc.h
blob: cd65a5fdc1509c5a468e4d79f930bc513c8085be (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                            
// Copyright 2016 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#pragma once

namespace Service {
namespace NFC {

/// Initialize all NFC services.
void Init();

} // namespace NFC
} // namespace Service