diff options
author | hvozda <hvozda@cvs.openbsd.org> | 1996-04-29 15:25:36 +0000 |
---|---|---|
committer | hvozda <hvozda@cvs.openbsd.org> | 1996-04-29 15:25:36 +0000 |
commit | dac465624cf9cb4e4d93083c5280e67602f4403b (patch) | |
tree | 4530bb232fc6ca3e7e1abc6ac5b312fbc5ce0cc8 /sys/dev/ic/i82365reg.h | |
parent | 7a9ddc83f934914d39af72bf24b67290a9e5700f (diff) |
Hmmm, guess we really do need that #endif :-)
Diffstat (limited to 'sys/dev/ic/i82365reg.h')
-rw-r--r-- | sys/dev/ic/i82365reg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/i82365reg.h b/sys/dev/ic/i82365reg.h index 1f0a8f77858..23bc051468e 100644 --- a/sys/dev/ic/i82365reg.h +++ b/sys/dev/ic/i82365reg.h @@ -8,7 +8,7 @@ * Support is included for Intel 82365SL PCIC controllers and clones * thereof. * - * $Id: i82365reg.h,v 1.2 1996/04/29 14:15:58 hvozda Exp $ + * $Id: i82365reg.h,v 1.3 1996/04/29 15:25:35 hvozda Exp $ ***********************************************************************/ /* @@ -230,3 +230,4 @@ struct pcic_regs { #endif /* __82365_H__ */ #ifndef __82365_H__ #define __82365_H__ +#endif |