diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-24 19:58:34 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-24 19:58:34 +0000 |
commit | 0ef244d8476654749f2eaf9441dc06b2fd4d4f7b (patch) | |
tree | 270851bce850e6dddd96484e78fa648cb8bec296 /sys/arch/alpha/tc/tc_conf.h | |
parent | a77b8c21d70779c5365903c1f86d3c3126549212 (diff) |
Sync with NetBSD 961207
Diffstat (limited to 'sys/arch/alpha/tc/tc_conf.h')
-rw-r--r-- | sys/arch/alpha/tc/tc_conf.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/alpha/tc/tc_conf.h b/sys/arch/alpha/tc/tc_conf.h index 479cea7eb6b..28f7a11c045 100644 --- a/sys/arch/alpha/tc/tc_conf.h +++ b/sys/arch/alpha/tc/tc_conf.h @@ -1,5 +1,5 @@ -/* $OpenBSD: tc_conf.h,v 1.3 1996/10/30 22:41:22 niklas Exp $ */ -/* $NetBSD: tc_conf.h,v 1.2 1996/07/14 04:06:30 cgd Exp $ */ +/* $OpenBSD: tc_conf.h,v 1.4 1997/01/24 19:58:20 niklas Exp $ */ +/* $NetBSD: tc_conf.h,v 1.3 1996/11/15 23:59:01 cgd Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. @@ -42,8 +42,10 @@ extern void tc_3000_500_intr_disestablish __P((struct device *, void *)); extern int tc_3000_500_nslots; extern struct tc_slotdesc tc_3000_500_slots[]; -extern int tc_3000_500_nbuiltins; -extern struct tc_builtin tc_3000_500_builtins[]; +extern int tc_3000_500_graphics_nbuiltins; +extern struct tc_builtin tc_3000_500_graphics_builtins[]; +extern int tc_3000_500_nographics_nbuiltins; +extern struct tc_builtin tc_3000_500_nographics_builtins[]; #endif /* DEC_3000_500 */ #ifdef DEC_3000_300 |