diff options
author | Itai Levin | 2020-07-17 00:16:53 +0300 |
---|---|---|
committer | GitHub | 2020-07-16 23:16:53 +0200 |
commit | d5fd930a0cacf11ba872e2ba63143d4c4d27e5a0 (patch) | |
tree | 7323c6a503a239842a4e93995d5cc19e082142f1 /include/user/vshbridge.h | |
parent | Unify SDK Version constant for all occurrences. (#452) (diff) | |
download | vds-libraries-d5fd930a0cacf11ba872e2ba63143d4c4d27e5a0.tar.gz |
Update vshbridge and modulemgr (#457)
Update vshbridge and modulemgr documentation
Diffstat (limited to 'include/user/vshbridge.h')
-rw-r--r-- | include/user/vshbridge.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/user/vshbridge.h b/include/user/vshbridge.h index db64be4..e2771f3 100644 --- a/include/user/vshbridge.h +++ b/include/user/vshbridge.h @@ -8,8 +8,20 @@ extern "C" { #endif +/** + * Gets real system firmware information. + * + * @param[out] data - firmware information. + */ int _vshSblGetSystemSwVersion(SceKernelFwInfo *data); +/** + * Gets factory (minimum) firmware version. + * + * @param[out] minver - factory firmware version. + */ +int _vshSblAimgrGetSMI(int *minver); + int _vshSblAimgrGetConsoleId(char CID[32]); /** |