Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / util / os_misc.h
index 19c8962d5d8fb3516df5dc1caca889fb6bb46935..60811faf5a4658877fb8fcd502d35762da4ab6b2 100644 (file)
@@ -95,6 +95,12 @@ os_get_option(const char *name);
 bool
 os_get_total_physical_memory(uint64_t *size);
 
+/*
+ * Amount of physical memory available to a process
+ */
+bool
+os_get_available_system_memory(uint64_t *size);
+
 
 #ifdef __cplusplus
 }