diff options
Diffstat (limited to 'sys/arch/vax/dec/lk201.h')
-rw-r--r-- | sys/arch/vax/dec/lk201.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/vax/dec/lk201.h b/sys/arch/vax/dec/lk201.h index a496cb17b45..d457ab5c954 100644 --- a/sys/arch/vax/dec/lk201.h +++ b/sys/arch/vax/dec/lk201.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lk201.h,v 1.3 2002/03/14 03:16:02 millert Exp $ */ +/* $OpenBSD: lk201.h,v 1.4 2006/07/29 17:06:25 miod Exp $ */ /* $NetBSD: lk201.h,v 1.7 1999/03/19 18:34:01 ad Exp $ */ @@ -139,8 +139,3 @@ #define RIGHT_BUTTON 0x01 #define MIDDLE_BUTTON 0x02 #define LEFT_BUTTON 0x04 - -#ifdef _KERNEL -extern int LKgetc(dev_t dev); -extern void lkdivert(int (*getc_fn)(dev_t dev), dev_t dev); -#endif |