core: kernel: Move SVC to its own namesapce.

This commit is contained in:
bunnei 2020-03-26 20:00:30 -04:00
parent b160804db0
commit 82d457af37
5 changed files with 9 additions and 9 deletions

View file

@ -10,8 +10,8 @@ namespace Core {
class System;
}
namespace Kernel {
namespace Kernel::Svc {
void CallSVC(Core::System& system, u32 immediate);
void Call(Core::System& system, u32 immediate);
} // namespace Kernel
} // namespace Kernel::Svc