diff options
Diffstat (limited to 'sys/dev/hil/hildevs.h')
-rw-r--r-- | sys/dev/hil/hildevs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/hil/hildevs.h b/sys/dev/hil/hildevs.h index c4c93e1c30c..1a371d64c94 100644 --- a/sys/dev/hil/hildevs.h +++ b/sys/dev/hil/hildevs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hildevs.h,v 1.3 2003/02/26 20:22:04 miod Exp $ */ +/* $OpenBSD: hildevs.h,v 1.4 2005/05/13 14:54:44 miod Exp $ */ /* * Copyright (c) 2003, Miodrag Vallat. * All rights reserved. @@ -50,6 +50,7 @@ struct hil_attach_args { #define HIL_DEVICE_KEYBOARD 1 #define HIL_DEVICE_IDMODULE 2 #define HIL_DEVICE_MOUSE 3 +#define HIL_DEVICE_BUTTONBOX 4 /* Common softc part for hil devices */ struct hildev_softc { |