diff options
Diffstat (limited to 'include/IOSOperator.h')
-rw-r--r-- | include/IOSOperator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/IOSOperator.h b/include/IOSOperator.h index 5d2d42a..b195aed 100644 --- a/include/IOSOperator.h +++ b/include/IOSOperator.h @@ -33,8 +33,8 @@ public: virtual const c8* getTextFromClipboard() const = 0;
//! Get the total and available system RAM
- /** \param totalBytes: will contain the total system memory in bytes
- \param availableBytes: will contain the available memory in bytes
+ /** \param totalBytes: will contain the total system memory in Kilobytes (1024 B)
+ \param availableBytes: will contain the available memory in Kilobytes (1024 B)
\return True if successful, false if not */
virtual bool getSystemMemory(u32* totalBytes, u32* availableBytes) const = 0;
|