summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2015-05-25 18:14:12 +0200
committerAndreas Baumann <abaumann@yahoo.com>2015-05-25 18:14:12 +0200
commit48ad3d9ece36f8f0404b431ebaf75557bb721ac8 (patch)
treecdb1ffb33c049a8204f0b1868b940d767201c9a6 /src/system.h
parent66079abd1083a00f165b8fc62eec885f872b903c (diff)
downloadbiruda-48ad3d9ece36f8f0404b431ebaf75557bb721ac8.tar.gz
biruda-48ad3d9ece36f8f0404b431ebaf75557bb721ac8.tar.bz2
added system_phys_memory (implemented on Windows)
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h
index 196b676..1b84c5a 100644
--- a/src/system.h
+++ b/src/system.h
@@ -9,4 +9,7 @@ void system_os( char *name, size_t len );
void system_arch( char *name, size_t len );
+/* in kilobytes */
+int system_phys_memory( );
+
#endif