diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-11-24 17:04:04 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-11-24 17:04:04 +0000 |
commit | 461be7c56c861c9833802d2830a324e5f06c21a5 (patch) | |
tree | 171db53765e5774cd5a32d1758de6f3262cf90b5 /usr.sbin/ldomctl/ldomctl.h | |
parent | b2856d42893f9d7102ddca106b2ce0f47daca64e (diff) |
Get rid of some hard-coded constants. Improve memory allocation code.
Diffstat (limited to 'usr.sbin/ldomctl/ldomctl.h')
-rw-r--r-- | usr.sbin/ldomctl/ldomctl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ldomctl/ldomctl.h b/usr.sbin/ldomctl/ldomctl.h index 008c9b3f01a..4463c873da0 100644 --- a/usr.sbin/ldomctl/ldomctl.h +++ b/usr.sbin/ldomctl/ldomctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ldomctl.h,v 1.2 2012/11/24 11:50:45 kettenis Exp $ */ +/* $OpenBSD: ldomctl.h,v 1.3 2012/11/24 17:04:03 kettenis Exp $ */ /* * Copyright (c) 2012 Mark Kettenis @@ -102,7 +102,8 @@ void add_guest(struct md_node *); extern struct md *hvmd; extern uint64_t hv_mdpa; - +extern uint64_t hv_membase; +extern uint64_t hv_memsize; struct vdisk { SIMPLEQ_ENTRY(vdisk) entry; |