get_authinfo (#3760)

This commit is contained in:
Pavel
2025-10-31 16:56:11 +03:00
committed by GitHub
parent 493cda07c0
commit 6c7c5eb59c
4 changed files with 24 additions and 1 deletions

View File

@@ -44,6 +44,13 @@ struct SwVersionStruct {
u32 hex_representation;
};
struct AuthInfoData {
u64 paid;
u64 caps[4];
u64 attrs[4];
u64 ucred[8];
};
void RegisterLib(Core::Loader::SymbolsResolver* sym);
} // namespace Libraries::Kernel