svc.h 246 B

12345678910111213
  1. // Copyright 2018 yuzu emulator team
  2. // Licensed under GPLv2 or any later version
  3. // Refer to the license.txt file included.
  4. #pragma once
  5. #include "common/common_types.h"
  6. namespace Kernel {
  7. void CallSVC(u32 immediate);
  8. } // namespace Kernel