summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc.h
blob: 13f061b83ffbebe6ea58a814436e025872a40348 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include "common/common_types.h"

namespace Core {
class System;
}

namespace Kernel::Svc {

void Call(Core::System& system, u32 immediate);

} // namespace Kernel::Svc