diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-12-31 22:01:43 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-12-31 22:01:43 +0000 |
commit | e667a902b162ed896a9cf01d2bc623c84d8208ba (patch) | |
tree | c5f3ec8d50ce1b4505c6d86b76763035587b8e11 /sys | |
parent | d7809ac0c2dd22d53ba3794986f92edbf2b3a11e (diff) |
Add missing LDC_CHANNEL_RESET.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/include/hypervisor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/hypervisor.h b/sys/arch/sparc64/include/hypervisor.h index fa9a1127859..3c3b1d485e7 100644 --- a/sys/arch/sparc64/include/hypervisor.h +++ b/sys/arch/sparc64/include/hypervisor.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hypervisor.h,v 1.7 2008/12/31 20:22:05 kettenis Exp $ */ +/* $OpenBSD: hypervisor.h,v 1.8 2008/12/31 22:01:42 kettenis Exp $ */ /* * Copyright (c) 2008 Mark Kettenis @@ -172,6 +172,7 @@ int64_t hv_ldc_rx_set_qhead(uint64_t ldc_id, uint64_t head_offset); #define LDC_CHANNEL_DOWN 0 #define LDC_CHANNEL_UP 1 +#define LDC_CHANNEL_RESET 2 /* * Cryptographic services |