aboutsummaryrefslogtreecommitdiff
path: root/sys/include/vm/physseg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/vm/physseg.h')
-rw-r--r--sys/include/vm/physseg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/include/vm/physseg.h b/sys/include/vm/physseg.h
index af8cae8..956f82f 100644
--- a/sys/include/vm/physseg.h
+++ b/sys/include/vm/physseg.h
@@ -35,6 +35,8 @@
struct physmem_stat {
size_t reserved_kib; /* Reserved memory */
size_t total_kib; /* Total memory */
+ size_t avl_kib; /* Available memory */
+ size_t alloc_kib; /* Allocated physical memory */
};
void vm_physseg_init(void);