diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-24 20:34:23 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-24 20:34:23 +0000 |
commit | 5ef87c065175af15378dd68aede7e11cc4710b7f (patch) | |
tree | 8a3e75569111658136cee2165f453e0384c99577 /sys/dev/ic/i82365var.h | |
parent | 5cde4ce7f5739af59251a1a0881eee1fa325ad37 (diff) |
move extern int cold to .h
Diffstat (limited to 'sys/dev/ic/i82365var.h')
-rw-r--r-- | sys/dev/ic/i82365var.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/i82365var.h b/sys/dev/ic/i82365var.h index 802d1be49f7..5dfd34bb859 100644 --- a/sys/dev/ic/i82365var.h +++ b/sys/dev/ic/i82365var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: i82365var.h,v 1.10 2000/09/05 05:06:58 fgsch Exp $ */ +/* $OpenBSD: i82365var.h,v 1.11 2001/06/24 20:34:22 fgsch Exp $ */ /* $NetBSD: i82365var.h,v 1.4 1998/05/23 18:32:29 matt Exp $ */ /* @@ -40,6 +40,8 @@ struct proc; +extern int cold; + struct pcic_event { SIMPLEQ_ENTRY(pcic_event) pe_q; int pe_type; |