i forgor 💀
This commit is contained in:
parent
a06b940892
commit
55f0027969
4 changed files with 250 additions and 111 deletions
|
@ -51,3 +51,9 @@ fn GetKernelVersion() -> string;
|
|||
* @brief Get the number of installed packages.
|
||||
*/
|
||||
fn GetPackageCount() -> u64;
|
||||
|
||||
/**
|
||||
* @brief Get the current disk usage.
|
||||
* @return std::pair<u64, u64> Used space/total space
|
||||
*/
|
||||
fn GetDiskUsage() -> std::pair<u64, u64>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue