Module Name: src
Committed By: skrll
Date: Tue Dec 7 19:45:05 UTC 2021
Modified Files:
src/sys/dev/ic: pckbcvar.h
Log Message:
G/C pckbc_attach_args
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/ic/pckbcvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/pckbcvar.h
diff -u src/sys/dev/ic/pckbcvar.h:1.21 src/sys/dev/ic/pckbcvar.h:1.22
--- src/sys/dev/ic/pckbcvar.h:1.21 Mon Apr 13 16:33:24 2015
+++ src/sys/dev/ic/pckbcvar.h Tue Dec 7 19:45:05 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: pckbcvar.h,v 1.21 2015/04/13 16:33:24 riastradh Exp $ */
+/* $NetBSD: pckbcvar.h,v 1.22 2021/12/07 19:45:05 skrll Exp $ */
/*
* Copyright (c) 1998
@@ -86,11 +86,6 @@ struct pckbc_softc {
void (*intr_establish)(struct pckbc_softc *, pckbc_slot_t);
};
-struct pckbc_attach_args {
- pckbc_tag_t pa_tag;
- pckbc_slot_t pa_slot;
-};
-
extern const char * const pckbc_slot_names[];
extern struct pckbc_internal pckbc_consdata;
extern int pckbc_console_attached;