mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 05:34:11 -04:00
svc: add ipc accessor boilerplate
This commit is contained in:
parent
ca26d8ce27
commit
4759c2f92c
7 changed files with 628 additions and 4 deletions
|
@ -57,7 +57,7 @@ namespace ams::svc {
|
|||
return handle == PseudoHandle::CurrentProcess || handle == PseudoHandle::CurrentThread;
|
||||
}
|
||||
|
||||
#ifdef ATMOSPHERE_ARCH_ARM64
|
||||
#if defined(ATMOSPHERE_ARCH_ARM64)
|
||||
|
||||
|
||||
namespace lp64 { /* ... */ }
|
||||
|
@ -74,7 +74,7 @@ namespace ams::svc {
|
|||
using namespace ::ams::svc::aarch64::ilp32;
|
||||
#endif
|
||||
|
||||
#elif defined ATMOSPHERE_ARCH_ARM
|
||||
#elif defined(ATMOSPHERE_ARCH_ARM)
|
||||
|
||||
namespace ilp32 { /* ... */ }
|
||||
namespace aarch32 { /* ... */ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue