2018-01-14 00:22:39 +03:00
|
|
|
// Copyright 2018 yuzu emulator team
|
2014-12-17 08:38:14 +03:00
|
|
|
// Licensed under GPLv2 or any later version
|
2014-11-19 11:49:13 +03:00
|
|
|
// Refer to the license.txt file included.
|
2014-04-12 02:44:21 +04:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "common/common_types.h"
|
|
|
|
|
2018-01-03 04:40:30 +03:00
|
|
|
namespace Kernel {
|
2014-05-16 02:25:56 +04:00
|
|
|
|
2015-07-21 10:51:36 +03:00
|
|
|
void CallSVC(u32 immediate);
|
2014-04-12 02:44:21 +04:00
|
|
|
|
2018-01-03 04:40:30 +03:00
|
|
|
} // namespace Kernel
|