diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-05-10 12:18:19 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-05-10 12:18:19 +0000 |
commit | 6e7ec1e298c54785accca6a23b97e1dae7606552 (patch) | |
tree | 4e8d13b72af7a36def9c228244402e23341b0fd8 /sys/arch/sparc64/include | |
parent | e8386d053ab9626ff47b86024fc69488c9691cc5 (diff) |
Add defines for magic character constants used by hypervisor console
interfaces.
Diffstat (limited to 'sys/arch/sparc64/include')
-rw-r--r-- | sys/arch/sparc64/include/hypervisor.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/hypervisor.h b/sys/arch/sparc64/include/hypervisor.h index 8b811aa7e42..b2b6521f996 100644 --- a/sys/arch/sparc64/include/hypervisor.h +++ b/sys/arch/sparc64/include/hypervisor.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hypervisor.h,v 1.10 2009/01/02 15:35:54 kettenis Exp $ */ +/* $OpenBSD: hypervisor.h,v 1.11 2009/05/10 12:18:18 kettenis Exp $ */ /* * Copyright (c) 2008 Mark Kettenis @@ -134,6 +134,9 @@ int64_t hv_cons_getchar(int64_t *ch); int64_t hv_cons_putchar(int64_t ch); int64_t hv_api_putchar(int64_t ch); +#define CONS_BREAK -1 +#define CONS_HUP -2 + /* * Domain state services */ |