summaryrefslogtreecommitdiff
path: root/sys/dev/ic/pckbcvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/pckbcvar.h')
-rw-r--r--sys/dev/ic/pckbcvar.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/ic/pckbcvar.h b/sys/dev/ic/pckbcvar.h
index 947f542ce3d..ec8cf9bff4d 100644
--- a/sys/dev/ic/pckbcvar.h
+++ b/sys/dev/ic/pckbcvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pckbcvar.h,v 1.7 2008/07/29 04:20:37 miod Exp $ */
+/* $OpenBSD: pckbcvar.h,v 1.8 2010/07/21 20:10:17 miod Exp $ */
/* $NetBSD: pckbcvar.h,v 1.4 2000/06/09 04:58:35 soda Exp $ */
/*
@@ -105,10 +105,16 @@ void pckbc_set_poll(pckbc_tag_t, pckbc_slot_t, int);
int pckbc_xt_translation(pckbc_tag_t, pckbc_slot_t, int);
void pckbc_slot_enable(pckbc_tag_t, pckbc_slot_t, int);
-void pckbc_attach(struct pckbc_softc *);
+void pckbc_attach(struct pckbc_softc *, int);
int pckbc_cnattach(bus_space_tag_t, bus_addr_t, bus_size_t,
pckbc_slot_t, int);
int pckbc_is_console(bus_space_tag_t, bus_addr_t);
int pckbcintr(void *);
+/*
+ * Device configuration flags (cf_flags).
+ */
+
+#define PCKBCF_FORCE_KEYBOARD_PRESENT 0x0001
+
#endif /* _DEV_IC_PCKBCVAR_H_ */