summaryrefslogtreecommitdiff
path: root/sys/dev/ic/comvar.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-05-08 21:28:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-05-08 21:28:12 +0000
commit2a77ff7190f2244ef1d5fc8c75e7e4e06f6e3549 (patch)
tree37e2681ed0701a018aa4dabda242b64e5575b74d /sys/dev/ic/comvar.h
parentb185e4c3aeffbd65680913ce39c5c3f16e1a717f (diff)
backout while the amd64 puc situation is rethought
Diffstat (limited to 'sys/dev/ic/comvar.h')
-rw-r--r--sys/dev/ic/comvar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/comvar.h b/sys/dev/ic/comvar.h
index acea583ce5a..0c22660f9c8 100644
--- a/sys/dev/ic/comvar.h
+++ b/sys/dev/ic/comvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: comvar.h,v 1.42 2007/05/08 21:18:18 deraadt Exp $ */
+/* $OpenBSD: comvar.h,v 1.43 2007/05/08 21:28:11 deraadt Exp $ */
/* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */
/*
@@ -140,6 +140,8 @@ struct com_softc {
int comprobe1(bus_space_tag_t, bus_space_handle_t);
int comstop(struct tty *, int);
int comintr(void *);
+int com_detach(struct device *, int);
+int com_activate(struct device *, enum devact);
void comdiag(void *);
int comspeed(long, long);