diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1997-01-15 23:25:34 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1997-01-15 23:25:34 +0000 |
commit | bf6413046b73005ecca3f5352c8711d00a6d00b9 (patch) | |
tree | fcd2c64f80b1be68d962f84a1e34da0a02d5385f /sys/arch/vax/include/trap.h | |
parent | 957078809571dbe61aac81705145fa4cee6bfda8 (diff) |
sync with NetBSD 970112 -moj
Diffstat (limited to 'sys/arch/vax/include/trap.h')
-rw-r--r-- | sys/arch/vax/include/trap.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/vax/include/trap.h b/sys/arch/vax/include/trap.h index ff7f89cf3b1..619b2d9ac07 100644 --- a/sys/arch/vax/include/trap.h +++ b/sys/arch/vax/include/trap.h @@ -1,4 +1,4 @@ -/* $NetBSD: trap.h,v 1.13 1996/04/08 18:35:52 ragge Exp $ */ +/* $NetBSD: trap.h,v 1.14 1997/01/11 11:46:43 ragge Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -110,6 +110,8 @@ struct ivec_dsp { char pad; /* sizeof(struct ivec_dsp) == 16 */ }; +extern struct ivec_dsp idsptch; + #endif /* _LOCORE */ #endif _VAX_TRAP_H_ |