summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1997-11-17 01:44:58 +0000
committerthorpej <thorpej@NetBSD.org>1997-11-17 01:44:58 +0000
commitdffffc21207dfa082370a73a0fcdef5f385cb506 (patch)
tree902a51c1c286402d71466ff9ff2bd0ea526ec189 /sys/dev
parentbace2cdf6ed0abf5585e3254e5f07363de07dd21 (diff)
Cosmetic change.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_tlregs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/if_tlregs.h b/sys/dev/pci/if_tlregs.h
index fc45728daac..722b46297b9 100644
--- a/sys/dev/pci/if_tlregs.h
+++ b/sys/dev/pci/if_tlregs.h
@@ -1,4 +1,4 @@
-/* $NetBSD: if_tlregs.h,v 1.1 1997/10/17 18:38:36 bouyer Exp $ */
+/* $NetBSD: if_tlregs.h,v 1.2 1997/11/17 01:44:58 thorpej Exp $ */
/*
* Copyright (c) 1997 Manuel Bouyer. All rights reserved.
@@ -29,8 +29,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if !defined(_TLVAR_H)
-#define _TLVAR_H
+#if !defined(_DEV_PCI_IF_TLREGS_H_)
+#define _DEV_PCI_IF_TLREGS_H_
#define PCI_CFID 0x00 /* Configuration ID */
#define PCI_CFCS 0x04 /* Configurtion Command/Status */
@@ -196,4 +196,4 @@ struct Rx_list {
struct tl_Rx_list hw_list;
};
-#endif /* !defined(_TLVAR_H) */
+#endif /* ! _DEV_PCI_IF_TLREGS_H_ */