diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-21 22:33:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-21 22:33:19 +0000 |
commit | 67d88b0a9910a68bb666b448d2dac29cb4d3d8c2 (patch) | |
tree | 967b89f6e07398a22bd8c76d30179b648776542d /sys/dev/tc/tcvar.h | |
parent | ba95d3c1d69cdb251d15a12ebf70f50b0ea2019b (diff) |
partial sync with netbsd 960418, more to come
Diffstat (limited to 'sys/dev/tc/tcvar.h')
-rw-r--r-- | sys/dev/tc/tcvar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/tc/tcvar.h b/sys/dev/tc/tcvar.h index e8473dcb5b5..970d5334635 100644 --- a/sys/dev/tc/tcvar.h +++ b/sys/dev/tc/tcvar.h @@ -1,5 +1,5 @@ -/* $OpenBSD: tcvar.h,v 1.2 1996/04/18 23:48:24 niklas Exp $ */ -/* $NetBSD: tcvar.h,v 1.3 1996/02/27 01:37:33 cgd Exp $ */ +/* $OpenBSD: tcvar.h,v 1.3 1996/04/21 22:26:30 deraadt Exp $ */ +/* $NetBSD: tcvar.h,v 1.4 1996/03/17 21:37:47 jonathan Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. @@ -128,6 +128,6 @@ void tc_intr_disestablish __P((struct device *, void *)); * The TurboChannel bus cfdriver, so that subdevices can more * easily tell what bus they're on. */ -extern struct cfdriver tccd; +extern struct cfdriver tc_cd; #endif /* __DEV_TC_TCVAR_H__ */ |