mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-29 22:15:17 -04:00
kern: use util::BitFlagSet for capability flags
This commit is contained in:
parent
273206f314
commit
d00cec38b0
4 changed files with 94 additions and 118 deletions
|
@ -45,5 +45,8 @@ namespace ams::kern::svc {
|
|||
#undef AMS_KERN_SVC_DECLARE_PROTOTYPE_64
|
||||
#undef AMS_KERN_SVC_DECLARE_PROTOTYPE_64_FROM_32
|
||||
|
||||
struct SvcAccessFlagSetTag{};
|
||||
|
||||
using SvcAccessFlagSet = util::BitFlagSet<NumSupervisorCalls, SvcAccessFlagSetTag>;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue