diff options
| author | nonaka <nonaka@NetBSD.org> | 2019-03-01 10:02:33 +0000 |
|---|---|---|
| committer | nonaka <nonaka@NetBSD.org> | 2019-03-01 10:02:33 +0000 |
| commit | ab6b88a03f97e68630c616b0e6d338b2635c6f1b (patch) | |
| tree | 05727415a7fb669f19138b5e3cdb8bd98f206209 /sys/dev/hyperv | |
| parent | 0452103aaa07c955293c010e65311ed490729aec (diff) | |
Remove unused definition.
Diffstat (limited to 'sys/dev/hyperv')
| -rw-r--r-- | sys/dev/hyperv/vmbusicreg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/hyperv/vmbusicreg.h b/sys/dev/hyperv/vmbusicreg.h index 3ffaa1cc0b2..2ebe4bedb76 100644 --- a/sys/dev/hyperv/vmbusicreg.h +++ b/sys/dev/hyperv/vmbusicreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmbusicreg.h,v 1.1 2019/02/15 08:54:02 nonaka Exp $ */ +/* $NetBSD: vmbusicreg.h,v 1.2 2019/03/01 10:02:33 nonaka Exp $ */ /* $OpenBSD: hypervicreg.h,v 1.6 2017/11/07 16:49:42 mikeb Exp $ */ /*- @@ -32,8 +32,6 @@ #ifndef _VMBUSICREG_H_ #define _VMBUSICREG_H_ -#define VMBUS_IC_BUFRINGSIZE (4 * PAGE_SIZE) - #define VMBUS_ICMSG_TYPE_NEGOTIATE 0 #define VMBUS_ICMSG_TYPE_HEARTBEAT 1 #define VMBUS_ICMSG_TYPE_KVP 2 |
