freedreno/ir3: fix register usage calculations
[mesa.git] / src / gallium / auxiliary / os / os_misc.h
index 582931fe96a49034a0f11c76679114441cc81e8a..403c8ee6ec5c345669f810649fe89486e3507072 100644 (file)
@@ -87,6 +87,13 @@ const char *
 os_get_option(const char *name);
 
 
+/*
+ * Get the total amount of physical memory available on the system.
+ */
+bool
+os_get_total_physical_memory(uint64_t *size);
+
+
 #ifdef __cplusplus
 }
 #endif