Move out spurious defines

This commit is contained in:
bjh21 2000-05-13 12:17:49 +00:00
parent 83d50760d8
commit b85a45b9f1
2 changed files with 4 additions and 12 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: arckbd.c,v 1.1 2000/05/09 21:56:02 bjh21 Exp $ */
/* $NetBSD: arckbd.c,v 1.2 2000/05/13 12:17:49 bjh21 Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000 Ben Harris
* All rights reserved.
@ -43,7 +43,7 @@
#include <sys/param.h>
__RCSID("$NetBSD: arckbd.c,v 1.1 2000/05/09 21:56:02 bjh21 Exp $");
__RCSID("$NetBSD: arckbd.c,v 1.2 2000/05/13 12:17:49 bjh21 Exp $");
#include <sys/device.h>
#include <sys/errno.h>
@ -68,10 +68,6 @@ __RCSID("$NetBSD: arckbd.c,v 1.1 2000/05/09 21:56:02 bjh21 Exp $");
#include "locators.h"
/* XXX These should move into sys/dev/wscons/wsconsio.h */
#define WSKBD_TYPE_ARCHIMEDES 42
#define WSMOUSE_TYPE_ARCHIMEDES 42
/* #define ARCKBD_DEBUG */
enum arckbd_state {

View File

@ -1,4 +1,4 @@
/* $NetBSD: arckbdmap.c,v 1.1 2000/05/09 21:56:02 bjh21 Exp $ */
/* $NetBSD: arckbdmap.c,v 1.2 2000/05/13 12:17:50 bjh21 Exp $ */
/*-
* Copyright (c) 1998 Ben Harris
* All rights reserved.
@ -32,7 +32,7 @@
#include <sys/types.h>
__RCSID("$NetBSD: arckbdmap.c,v 1.1 2000/05/09 21:56:02 bjh21 Exp $");
__RCSID("$NetBSD: arckbdmap.c,v 1.2 2000/05/13 12:17:50 bjh21 Exp $");
#include <sys/device.h>
#include <dev/wscons/wsksymdef.h>
@ -40,10 +40,6 @@ __RCSID("$NetBSD: arckbdmap.c,v 1.1 2000/05/09 21:56:02 bjh21 Exp $");
#include <arch/arm26/ioc/arckbdvar.h>
#include <arch/arm26/ioc/arckbdreg.h>
/* XXX These should be in sys/dev/wscons/wskeysymdef.h */
#define KB_SE 0x4300
#define KS_KP_Numbersign 0xf223
#define KC(n) (0xe000 | (n)) /* see wsksymdef.h */
/* Arc keycodes are 0xrc where r and c are the row and column codes */