Provide PCKBC_AUX to fix compilation
authortb <tb@openbsd.org>
Sat, 3 Sep 2022 23:12:36 +0000 (23:12 +0000)
committertb <tb@openbsd.org>
Sat, 3 Sep 2022 23:12:36 +0000 (23:12 +0000)
from mlarkin

regress/sys/arch/amd64/vmm/vcpu.c

index 4fd63ba..1dc0770 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: vcpu.c,v 1.2 2022/04/21 19:21:05 bluhm Exp $  */
+/*     $OpenBSD: vcpu.c,v 1.3 2022/09/03 23:12:36 tb Exp $     */
 
 /*
  * Copyright (c) 2022 Dave Voutila <dv@openbsd.org>
@@ -35,6 +35,8 @@
 #define MIB            (1 << 20)
 #define VMM_NODE       "/dev/vmm"
 
+#define PCKBC_AUX      0x61
+
 const char             *VM_NAME = "regress";
 
 /* Originally from vmd(8)'s vm.c */