diff options
Diffstat (limited to 'sys/arch/sparc64/include/hypervisor.h')
-rw-r--r-- | sys/arch/sparc64/include/hypervisor.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/hypervisor.h b/sys/arch/sparc64/include/hypervisor.h index a7b42ad0287..910403e377b 100644 --- a/sys/arch/sparc64/include/hypervisor.h +++ b/sys/arch/sparc64/include/hypervisor.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hypervisor.h,v 1.4 2008/12/30 00:51:26 kettenis Exp $ */ +/* $OpenBSD: hypervisor.h,v 1.5 2008/12/30 21:25:26 kettenis Exp $ */ /* * Copyright (c) 2008 Mark Kettenis @@ -31,6 +31,8 @@ int64_t hv_api_get_version(uint64_t api_group, * Domain services */ +int64_t hv_mach_desc(paddr_t buffer, psize_t *length); + /* * CPU services */ |