i forgor 💀

This commit is contained in:
Mars 2025-03-04 00:23:09 -05:00
parent a06b940892
commit 55f0027969
4 changed files with 250 additions and 111 deletions

View file

@ -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>;